uboot: add Banana Pi M64 (#58366)

This commit is contained in:
samrose
2019-04-24 22:50:01 +02:00
committed by Renaud
parent 6186a6f012
commit e6956c6595
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -120,6 +120,13 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBananaPim64 = buildUBoot rec {
defconfig = "bananapi_m64_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBeagleboneBlack = buildUBoot rec {
defconfig = "am335x_boneblack_defconfig";
extraMeta.platforms = ["armv7l-linux"];