summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-20 09:42:55 +0800
committerGitHub <noreply@github.com>2021-10-20 09:42:55 +0800
commita7c546029955a016e56190b5ee60b75c87bc304f (patch)
tree64f7ae486f26866ee194cce04f180a6473b15b4c /pkgs/misc/uboot
parent37a9affe1bae825ab230e8ed197d0f4af0f11fb1 (diff)
parentac38b7b21537034cac43228f4e1b61045789e116 (diff)
Merge pull request #142274 from ju1m/uboot
uboot: add Cubieboard2 build
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index ee3d49792185..2d234aa9e003 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -171,6 +171,12 @@ in {
filesToInstall = ["u-boot-spl.kwb"];
};
+ ubootCubieboard2 = buildUBoot {
+ defconfig = "Cubieboard2_defconfig";
+ extraMeta.platforms = ["armv7l-linux"];
+ filesToInstall = ["u-boot-sunxi-with-spl.bin"];
+ };
+
ubootGuruplug = buildUBoot {
defconfig = "guruplug_defconfig";
extraMeta.platforms = ["armv5tel-linux"];