Skip to content

Commit 73a1307

Browse files
committedJun 10, 2017
U-Boot: Add A20 OLinuXino Lime build
Yet another Allwinner board working out-of-the-box, no surprises.
1 parent 5b48368 commit 73a1307

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

Diff for: ‎pkgs/misc/uboot/default.nix

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ in rec {
6969
filesToInstall = ["tools/dumpimage" "tools/mkenvimage" "tools/mkimage"];
7070
};
7171

72+
ubootA20OlinuxinoLime = buildUBoot rec {
73+
defconfig = "A20-OLinuXino-Lime_defconfig";
74+
targetPlatforms = ["armv7l-linux"];
75+
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
76+
};
77+
7278
ubootBananaPi = buildUBoot rec {
7379
defconfig = "Bananapi_defconfig";
7480
targetPlatforms = ["armv7l-linux"];

Diff for: ‎pkgs/top-level/all-packages.nix

+1
Original file line numberDiff line numberDiff line change
@@ -12485,6 +12485,7 @@ with pkgs;
1248512485
inherit (callPackage ../misc/uboot {})
1248612486
buildUBoot
1248712487
ubootTools
12488+
ubootA20OlinuxinoLime
1248812489
ubootBananaPi
1248912490
ubootBeagleboneBlack
1249012491
ubootJetsonTK1

0 commit comments

Comments
 (0)
Please sign in to comment.