ubootSheevaplug: install Kirkwood Boot Image instead of raw uboot
This commit is contained in:
parent
6dd60c6cac
commit
4b877fb11b
@ -300,7 +300,7 @@ in {
|
|||||||
ubootSheevaplug = buildUBoot {
|
ubootSheevaplug = buildUBoot {
|
||||||
defconfig = "sheevaplug_defconfig";
|
defconfig = "sheevaplug_defconfig";
|
||||||
extraMeta.platforms = ["armv5tel-linux"];
|
extraMeta.platforms = ["armv5tel-linux"];
|
||||||
filesToInstall = ["u-boot.bin"];
|
filesToInstall = ["u-boot.kwb"];
|
||||||
};
|
};
|
||||||
|
|
||||||
ubootSopine = buildUBoot {
|
ubootSopine = buildUBoot {
|
||||||
|
Loading…
Reference in New Issue
Block a user