Disable legacy image format with CONFIG_DISABLE_IMAGE_FORMAT_LEGACY on the ids8313 board, as it uses signed FIT images for booting Linux.
Signed-off-by: Heiko Schocher <h...@denx.de> Cc: Simon Glass <s...@chromium.org> Cc: Kim Phillips <kim.phill...@freescale.com> Cc: Michael Conrad <michael.con...@ids.de> --- include/configs/ids8313.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 613f7e1..a6b861b 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -577,6 +577,7 @@ #define CONFIG_FIT #define CONFIG_FIT_SIGNATURE +#define CONFIG_DISABLE_IMAGE_FORMAT_LEGACY #define CONFIG_CMD_FDT #define CONFIG_CMD_HASH #define CONFIG_RSA -- 1.8.3.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot