diff mbox

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

Message ID 1401269616-10303-3-git-send-email-hs@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Heiko Schocher May 28, 2014, 9:33 a.m. UTC
Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY
on the ids8313 board, as it uses signed FIT images for booting
Linux and need the legacy image format.

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>

---
- changes for v2:
  - enable (not disable) the legacy image format for this board
- changes for v3:
  none
- changes for v4:
  none
- changes for v5:
  none
---
 include/configs/ids8313.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass May 30, 2014, 10:45 p.m. UTC | #1
On 28 May 2014 03:33, Heiko Schocher <hs@denx.de> wrote:
> Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY
> on the ids8313 board, as it uses signed FIT images for booting
> Linux and need the legacy image format.
>
> 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>

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass May 30, 2014, 10:46 p.m. UTC | #2
On 30 May 2014 16:45, Simon Glass <sjg@chromium.org> wrote:
> On 28 May 2014 03:33, Heiko Schocher <hs@denx.de> wrote:
>> Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY
>> on the ids8313 board, as it uses signed FIT images for booting
>> Linux and need the legacy image format.
>>
>> 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>
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

No, I didn't change it, sorry.

Acked-by: Simon Glass <sjg@chromium.org>
Tom Rini June 5, 2014, 10:47 p.m. UTC | #3
On Wed, May 28, 2014 at 11:33:34AM +0200, Heiko Schocher wrote:

> Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY
> on the ids8313 board, as it uses signed FIT images for booting
> Linux and need the legacy image format.
> 
> 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>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h
index c1b3b63..1de5750 100644
--- a/include/configs/ids8313.h
+++ b/include/configs/ids8313.h
@@ -576,6 +576,7 @@ 
 
 #define CONFIG_FIT
 #define CONFIG_FIT_SIGNATURE
+#define CONFIG_IMAGE_FORMAT_LEGACY
 #define CONFIG_CMD_FDT
 #define CONFIG_CMD_HASH
 #define CONFIG_RSA