U-Boot: Add Orange Pi Zero Plus2 (H5) build
This commit is contained in:
parent
a27863cd20
commit
12051db622
@ -158,6 +158,13 @@ in rec {
|
||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||
};
|
||||
|
||||
ubootOrangePiZeroPlus2H5 = buildUBoot rec {
|
||||
defconfig = "orangepi_zero_plus2_defconfig";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||
};
|
||||
|
||||
ubootPcduino3Nano = buildUBoot rec {
|
||||
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
|
@ -14755,6 +14755,7 @@ with pkgs;
|
||||
ubootNovena
|
||||
ubootOdroidXU3
|
||||
ubootOrangePiPc
|
||||
ubootOrangePiZeroPlus2H5
|
||||
ubootPcduino3Nano
|
||||
ubootPine64
|
||||
ubootQemuAarch64
|
||||
|
Loading…
Reference in New Issue
Block a user