aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-30 10:14:18 -0800
committerJonathan Ringer <jonringer117@gmail.com>2019-12-30 10:14:18 -0800
commit446fec8c2dda7ab24783713f16092803b7b1e464 (patch)
treebda175eabb91dd480448aa3c24875de73640e8a4 /pkgs/misc/uboot
parent99de1a8ebb9df72642c259de63c4f0d2d1c770e7 (diff)
parent97da2d22fed6b55d331c565a5817e97d74063397 (diff)
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 01a84230dbb6..06a5c7c441cc 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -300,7 +300,7 @@ in {
ubootSheevaplug = buildUBoot {
defconfig = "sheevaplug_defconfig";
extraMeta.platforms = ["armv5tel-linux"];
- filesToInstall = ["u-boot.bin"];
+ filesToInstall = ["u-boot.kwb"];
};
ubootSopine = buildUBoot {