uboot: add ubootBananaPim3 for Banana Pi M3

This commit is contained in:
Andrew Childs
2020-01-07 21:00:11 +01:00
committed by Bjørn Forsman
parent e2d850f8d8
commit af0047be3a
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -129,6 +129,12 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBananaPim3 = buildUBoot {
defconfig = "Sinovoip_BPI_M3_defconfig";
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBananaPim64 = buildUBoot {
defconfig = "bananapi_m64_defconfig";
extraMeta.platforms = ["aarch64-linux"];
+1
View File
@@ -17051,6 +17051,7 @@ in
ubootTools
ubootA20OlinuxinoLime
ubootBananaPi
ubootBananaPim3
ubootBananaPim64
ubootBeagleboneBlack
ubootClearfog