about summary refs log tree commit diff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2021-02-18 07:08:23 +0000
committermatthewcroughan <matt@croughan.sh>2021-02-18 07:08:23 +0000
commit9c19eee912b5e0f4880ed15dec55ee937ffb94bd (patch)
treeeca2b62d1fbea3a4865af069a9a4682f36e99ad3 /pkgs/misc/uboot
parent5134396431ac159a6e53f84a84d6e209ad90cff9 (diff)
downloadnixlib-9c19eee912b5e0f4880ed15dec55ee937ffb94bd.tar
nixlib-9c19eee912b5e0f4880ed15dec55ee937ffb94bd.tar.gz
nixlib-9c19eee912b5e0f4880ed15dec55ee937ffb94bd.tar.bz2
nixlib-9c19eee912b5e0f4880ed15dec55ee937ffb94bd.tar.lz
nixlib-9c19eee912b5e0f4880ed15dec55ee937ffb94bd.tar.xz
nixlib-9c19eee912b5e0f4880ed15dec55ee937ffb94bd.tar.zst
nixlib-9c19eee912b5e0f4880ed15dec55ee937ffb94bd.zip
U-Boot: Adds Orange Pi Zero build
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 20d928d944d8..252612117f3f 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -249,6 +249,12 @@ in {
     filesToInstall = ["u-boot-sunxi-with-spl.bin"];
   };
 
+  ubootOrangePiZero = buildUBoot {
+    defconfig = "orangepi_zero_defconfig";
+    extraMeta.platforms = ["armv7l-linux"];
+    filesToInstall = ["u-boot-sunxi-with-spl.bin"];
+  };
+
   ubootPcduino3Nano = buildUBoot {
     defconfig = "Linksprite_pcDuino3_Nano_defconfig";
     extraMeta.platforms = ["armv7l-linux"];