From 4b877fb11b5b1f8267f763ce73d43df38c8dcb15 Mon Sep 17 00:00:00 2001 From: Andrew Childs Date: Sat, 28 Dec 2019 20:15:41 +0900 Subject: [PATCH] ubootSheevaplug: install Kirkwood Boot Image instead of raw uboot --- pkgs/misc/uboot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 8a07461bb2f..24e131b1272 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 {