forked from mirrors/nixpkgs
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"];
|
||||
};
|
||||
|
||||
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"];
|
||||
|
|
|
@ -12485,6 +12485,7 @@ with pkgs;
|
|||
inherit (callPackage ../misc/uboot {})
|
||||
buildUBoot
|
||||
ubootTools
|
||||
ubootA20OlinuxinoLime
|
||||
ubootBananaPi
|
||||
ubootBeagleboneBlack
|
||||
ubootJetsonTK1
|
||||
|
|
Loading…
Reference in a new issue