mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
bootm: Enable legacy VxWorks booting from FITs
This works without issue, so don't fail. Signed-off-by: Sean Anderson <sean.anderson@seco.com>
This commit is contained in:
parent
be0724601a
commit
1125e291fb
1 changed files with 0 additions and 7 deletions
|
@ -317,13 +317,6 @@ static int do_bootm_vxworks_legacy(int flag, int argc, char *const argv[],
|
||||||
if (flag != BOOTM_STATE_OS_GO)
|
if (flag != BOOTM_STATE_OS_GO)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
#if defined(CONFIG_FIT)
|
|
||||||
if (!images->legacy_hdr_valid) {
|
|
||||||
fit_unsupported_reset("VxWorks");
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
do_bootvx_fdt(images);
|
do_bootvx_fdt(images);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue