U-Boot: Add A20 OLinuXino Lime build

Yet another Allwinner board working out-of-the-box, no surprises.
This commit is contained in:
Tuomas Tynkkynen 2017-06-10 23:21:17 +03:00
parent 5b48368386
commit 73a1307a02
2 changed files with 7 additions and 0 deletions

View file

@ -69,6 +69,12 @@ in rec {
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 {
defconfig = "Bananapi_defconfig";
targetPlatforms = ["armv7l-linux"];

View file

@ -12485,6 +12485,7 @@ with pkgs;
inherit (callPackage ../misc/uboot {})
buildUBoot
ubootTools
ubootA20OlinuxinoLime
ubootBananaPi
ubootBeagleboneBlack
ubootJetsonTK1