aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-05-05 14:44:04 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-06-01 13:48:54 +0300
commit912e87c45cc4ffbdb80a606d01fe2fa6545386a3 (patch)
tree31cf12db0c1b7f6c966af9956b2e418b7b397efe /pkgs/misc/uboot
parent964bd06bbc35bb26d9b0166d085f43cc9e8e53f0 (diff)
U-Boot: Add ubootRaspberryPiZero variant
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 d9cc1c077d36..9486a504ac39 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -217,6 +217,12 @@ in rec {
filesToInstall = ["u-boot.bin"];
};
+ ubootRaspberryPiZero = buildUBoot rec {
+ defconfig = "rpi_0_w_defconfig";
+ extraMeta.platforms = ["armv6l-linux"];
+ filesToInstall = ["u-boot.bin"];
+ };
+
ubootSheevaplug = buildUBoot rec {
defconfig = "sheevaplug_defconfig";
extraMeta.platforms = ["armv5tel-linux"];