U-Boot: Adds Orange Pi Zero build

wip/yesman
matthewcroughan 3 years ago
parent 5134396431
commit 9c19eee912
  1. 6
      pkgs/misc/uboot/default.nix
  2. 1
      pkgs/top-level/all-packages.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"];

@ -20089,6 +20089,7 @@ in
ubootOdroidXU3
ubootOrangePiPc
ubootOrangePiZeroPlus2H5
ubootOrangePiZero
ubootPcduino3Nano
ubootPine64
ubootPine64LTS

Loading…
Cancel
Save