aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/uboot/default.nix
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2019-12-28 20:15:41 +0900
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-12-30 17:21:39 +0100
commit4b877fb11b5b1f8267f763ce73d43df38c8dcb15 (patch)
tree5410e62c223b37eb8f5a211a9fda5a40480a1edf /pkgs/misc/uboot/default.nix
parent6dd60c6cac8abc95f13f8bdd068d2c18865ca8b7 (diff)
ubootSheevaplug: install Kirkwood Boot Image instead of raw uboot
Diffstat (limited to '')
-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 8a07461bb2f1..24e131b1272e 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 {