summary refs log tree commit diff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-06-10 23:21:17 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-06-10 23:22:24 +0300
commit73a1307a02bcd87c2d4df6ccd3d216373d2e59c3 (patch)
treeaaa73910152de6864d6910128d1461c6abf4cb8c /pkgs/misc/uboot
parent5b48368386864af78658b7c18608df57f8e8a386 (diff)
downloadnixlib-73a1307a02bcd87c2d4df6ccd3d216373d2e59c3.tar
nixlib-73a1307a02bcd87c2d4df6ccd3d216373d2e59c3.tar.gz
nixlib-73a1307a02bcd87c2d4df6ccd3d216373d2e59c3.tar.bz2
nixlib-73a1307a02bcd87c2d4df6ccd3d216373d2e59c3.tar.lz
nixlib-73a1307a02bcd87c2d4df6ccd3d216373d2e59c3.tar.xz
nixlib-73a1307a02bcd87c2d4df6ccd3d216373d2e59c3.tar.zst
nixlib-73a1307a02bcd87c2d4df6ccd3d216373d2e59c3.zip
U-Boot: Add A20 OLinuXino Lime build
Yet another Allwinner board working out-of-the-box, no surprises.
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 4c14581e3311..07ccd419f4bc 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -69,6 +69,12 @@ in rec {
     filesToInstall = ["tools/dumpimage" "tools/mkenvimage" "tools/mkimage"];
   };
 
+  ubootA20OlinuxinoLime = buildUBoot rec {
+    defconfig = "A20-OLinuXino-Lime_defconfig";
+    targetPlatforms = ["armv7l-linux"];
+    filesToInstall = ["u-boot-sunxi-with-spl.bin"];
+  };
+
   ubootBananaPi = buildUBoot rec {
     defconfig = "Bananapi_defconfig";
     targetPlatforms = ["armv7l-linux"];