summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-12 00:52:45 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-12 01:16:10 +0200
commitbedc18c461e104ef86757cd72afd7a8ca31b64f9 (patch)
tree3f65f6cd7ed353509a2141636e8bd7ca9a8a6e2f /pkgs/misc/uboot
parent8b358b84a867148f3f3334eb18828af3d01e3140 (diff)
U-Boot: Add ubootQemuArm
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 f85c76fd9697..7580fd9d5bb9 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -134,6 +134,12 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
+ ubootQemuArm = buildUBoot rec {
+ defconfig = "qemu_arm_defconfig";
+ targetPlatforms = ["armv7l-linux"];
+ filesToInstall = ["u-boot.bin"];
+ };
+
ubootRaspberryPi = buildUBoot rec {
defconfig = "rpi_defconfig";
targetPlatforms = ["armv6l-linux"];