ubootSheevaplug: install Kirkwood Boot Image instead of raw uboot

This commit is contained in:
Andrew Childs 2019-12-28 20:15:41 +09:00 committed by Bjørn Forsman
parent 6dd60c6cac
commit 4b877fb11b

View file

@ -300,7 +300,7 @@ in {
ubootSheevaplug = buildUBoot {
defconfig = "sheevaplug_defconfig";
extraMeta.platforms = ["armv5tel-linux"];
filesToInstall = ["u-boot.bin"];
filesToInstall = ["u-boot.kwb"];
};
ubootSopine = buildUBoot {