diff mbox

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

Message ID 1399547118-5136-3-git-send-email-hs@denx.de
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Heiko Schocher May 8, 2014, 11:05 a.m. UTC
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@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Kim Phillips <kim.phillips@freescale.com>
Cc: Michael Conrad <Michael.Conrad@ids.de>
---
 include/configs/ids8313.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Kim Phillips May 8, 2014, 8:19 p.m. UTC | #1
On Thu, 8 May 2014 13:05:16 +0200
Heiko Schocher <hs@denx.de> wrote:

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

on behalf of mpc83xx:

Acked-by: Kim Phillips <kim.phillips@freescale.com>

Kim
diff mbox

Patch

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