Re: [U-Boot] [PATCH v4 1/4] bootm: make use of legacy image format configurable

2014-05-25 Thread Heiko Schocher
Hello Simon, Am 24.05.2014 02:04, schrieb Simon Glass: Hi Heiko, On 19 May 2014 20:49, Heiko Schocher wrote: make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY. When relying on signed FIT images with required signature check the legacy image

Re: [U-Boot] [PATCH v4 1/4] bootm: make use of legacy image format configurable

2014-05-23 Thread Simon Glass
Hi Heiko, On 19 May 2014 20:49, Heiko Schocher wrote: > make the use of legacy image format configurable through > the config define CONFIG_IMAGE_FORMAT_LEGACY. > > When relying on signed FIT images with required signature check > the legacy image format should be disabled. Therefore introduce >

[U-Boot] [PATCH v4 1/4] bootm: make use of legacy image format configurable

2014-05-19 Thread Heiko Schocher
make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY. When relying on signed FIT images with required signature check the legacy image format should be disabled. Therefore introduce this new define and enable legacy image format if CONFIG_FIT_SIGNAT