ubootOrangePiZero2: init

This commit is contained in:
Marcel Novotny 2021-06-05 01:24:06 +02:00
parent 25a4ef905f
commit 4990b7f876
2 changed files with 8 additions and 0 deletions

View file

@ -278,6 +278,13 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePiZero2 = buildUBoot {
defconfig = "orangepi_zero2_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinnerH616}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootPcduino3Nano = buildUBoot {
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View file

@ -21455,6 +21455,7 @@ in
ubootOrangePiPc
ubootOrangePiZeroPlus2H5
ubootOrangePiZero
ubootOrangePiZero2
ubootPcduino3Nano
ubootPine64
ubootPine64LTS