commit | 0f1c62ed58b14224055191e31cd69322a0647d07 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Fri Oct 27 16:07:40 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 16:21:38 2023 -0500 |
tree | c2523b9d5a405ad6f31fd8761122e39b3ff03c0c | |
parent | 34d4a82010add507a4e2e2c0e89a063821125aba [diff] |
bootm: Enable legacy VxWorks booting from FITs This works without issue, so don't fail. Signed-off-by: Sean Anderson <sean.anderson@seco.com>
diff --git a/boot/bootm_os.c b/boot/bootm_os.c index 9c035b5..30296eb 100644 --- a/boot/bootm_os.c +++ b/boot/bootm_os.c
@@ -317,13 +317,6 @@ if (flag != BOOTM_STATE_OS_GO) return 0; -#if defined(CONFIG_FIT) - if (!images->legacy_hdr_valid) { - fit_unsupported_reset("VxWorks"); - return 1; - } -#endif - do_bootvx_fdt(images); return 1;