U-Boot: Add A20 OLinuXino Lime build
Yet another Allwinner board working out-of-the-box, no surprises.
This commit is contained in:
parent
5b48368386
commit
73a1307a02
@ -69,6 +69,12 @@ in rec {
|
|||||||
filesToInstall = ["tools/dumpimage" "tools/mkenvimage" "tools/mkimage"];
|
filesToInstall = ["tools/dumpimage" "tools/mkenvimage" "tools/mkimage"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootA20OlinuxinoLime = buildUBoot rec {
|
||||||
|
defconfig = "A20-OLinuXino-Lime_defconfig";
|
||||||
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootBananaPi = buildUBoot rec {
|
ubootBananaPi = buildUBoot rec {
|
||||||
defconfig = "Bananapi_defconfig";
|
defconfig = "Bananapi_defconfig";
|
||||||
targetPlatforms = ["armv7l-linux"];
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
@ -12485,6 +12485,7 @@ with pkgs;
|
|||||||
inherit (callPackage ../misc/uboot {})
|
inherit (callPackage ../misc/uboot {})
|
||||||
buildUBoot
|
buildUBoot
|
||||||
ubootTools
|
ubootTools
|
||||||
|
ubootA20OlinuxinoLime
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
ubootBeagleboneBlack
|
ubootBeagleboneBlack
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user