summary refs log tree commit diff
path: root/pkgs/top-level/platforms.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-05 18:51:12 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-05 18:51:12 +0000
commit8783e812b56a30b03dd03aeae0a86d2990061551 (patch)
tree964246a020eb46132fc3ca1ef210180f29bc1e74 /pkgs/top-level/platforms.nix
parentb7f47c7f49642343edd4c47c050b9b27f17853ca (diff)
downloadnixpkgs-8783e812b56a30b03dd03aeae0a86d2990061551.tar
nixpkgs-8783e812b56a30b03dd03aeae0a86d2990061551.tar.gz
nixpkgs-8783e812b56a30b03dd03aeae0a86d2990061551.tar.bz2
nixpkgs-8783e812b56a30b03dd03aeae0a86d2990061551.tar.lz
nixpkgs-8783e812b56a30b03dd03aeae0a86d2990061551.tar.xz
nixpkgs-8783e812b56a30b03dd03aeae0a86d2990061551.tar.zst
nixpkgs-8783e812b56a30b03dd03aeae0a86d2990061551.zip
More changes beyond stdenv-linux for the fuloong2f platform
svn path=/nixpkgs/branches/stdenv-updates/; revision=22973
Diffstat (limited to 'pkgs/top-level/platforms.nix')
-rw-r--r--pkgs/top-level/platforms.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix
index a72f264b4fc..f3f6acad757 100644
--- a/pkgs/top-level/platforms.nix
+++ b/pkgs/top-level/platforms.nix
@@ -203,5 +203,6 @@ rec {
         FUSE_FS m
       '';
     kernelTarget = "vmlinux";
+    uboot = null;
   };
 }