uboot: add ubootBananaPim3 for Banana Pi M3
This commit is contained in:
parent
e2d850f8d8
commit
af0047be3a
pkgs
@ -129,6 +129,12 @@ in {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
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 {
|
ubootBananaPim64 = buildUBoot {
|
||||||
defconfig = "bananapi_m64_defconfig";
|
defconfig = "bananapi_m64_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
@ -17051,6 +17051,7 @@ in
|
|||||||
ubootTools
|
ubootTools
|
||||||
ubootA20OlinuxinoLime
|
ubootA20OlinuxinoLime
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
|
ubootBananaPim3
|
||||||
ubootBananaPim64
|
ubootBananaPim64
|
||||||
ubootBeagleboneBlack
|
ubootBeagleboneBlack
|
||||||
ubootClearfog
|
ubootClearfog
|
||||||
|
Loading…
Reference in New Issue
Block a user