aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorRichard Marko <srk@48.io>2018-07-01 20:46:23 +0200
committerRichard Marko <srk@48.io>2018-07-01 20:46:23 +0200
commitb6c29e62981886629e548646c7a6196b2afe2aa0 (patch)
tree986ef26d8eb00fb1d8f7fea6627b762d0b063051 /pkgs/misc/uboot
parent6bb1593e3a71acbe4aa8a26f13f8afc0612ec258 (diff)
uboot: add ubootNovena
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 9486a504ac39..bac766c7b722 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -155,6 +155,12 @@ in rec {
'';
};
+ ubootNovena = buildUBoot rec {
+ defconfig = "novena_defconfig";
+ extraMeta.platforms = ["armv7l-linux"];
+ filesToInstall = ["u-boot.bin" "SPL"];
+ };
+
ubootOdroidXU3 = buildUBoot rec {
defconfig = "odroid-xu3_defconfig";
extraMeta.platforms = ["armv7l-linux"];