[U-Boot] [PATCH 2/4] mpc8313, signed fit: disable legacy image format on ids8313 board

Heiko Schocher hs at denx.de
Thu May 8 13:05:16 CEST 2014


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 <hs at denx.de>
Cc: Simon Glass <sjg at chromium.org>
Cc: Kim Phillips <kim.phillips at freescale.com>
Cc: Michael Conrad <Michael.Conrad at 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



More information about the U-Boot mailing list