summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-02-24 13:38:30 -0500
committerGitHub <noreply@github.com>2021-02-24 13:38:30 -0500
commit4836a3dfb405a4580e80911ae4bd74dc53672546 (patch)
tree27fbd1159b94bb77ab359b734c41bb1879134a05 /pkgs/misc
parentf6b5bfdb470d60a876992749d0d708ed7b6b56ca (diff)
parent9c19eee912b5e0f4880ed15dec55ee937ffb94bd (diff)
downloadnixpkgs-4836a3dfb405a4580e80911ae4bd74dc53672546.tar
nixpkgs-4836a3dfb405a4580e80911ae4bd74dc53672546.tar.gz
nixpkgs-4836a3dfb405a4580e80911ae4bd74dc53672546.tar.bz2
nixpkgs-4836a3dfb405a4580e80911ae4bd74dc53672546.tar.lz
nixpkgs-4836a3dfb405a4580e80911ae4bd74dc53672546.tar.xz
nixpkgs-4836a3dfb405a4580e80911ae4bd74dc53672546.tar.zst
nixpkgs-4836a3dfb405a4580e80911ae4bd74dc53672546.zip
Merge pull request #113556 from MatthewCroughan/add-ubootOrangePiZero
U-Boot: Adds Orange Pi Zero build
Diffstat (limited to 'pkgs/misc')
-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 ef8caccbc34..f8f3df665d4 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -270,6 +270,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"];