Re: [U-Boot] [PATCH v2 1/2] splash: add support for loading splash from a FIT image

2016-12-01 Thread Tomas Melin
Hi Simon, On 11/29/2016 11:40 PM, Simon Glass wrote: > Hi Tomas, > > On 25 November 2016 at 02:45, Tomas Melin wrote: >> Enable support for loading a splash image from within a FIT image. >> The image is assumed to be generated with mkimage -E flag to hold >> the data

Re: [U-Boot] [PATCH v2 1/2] splash: add support for loading splash from a FIT image

2016-11-29 Thread Simon Glass
Hi Tomas, On 25 November 2016 at 02:45, Tomas Melin wrote: > Enable support for loading a splash image from within a FIT image. > The image is assumed to be generated with mkimage -E flag to hold > the data external to the FIT. > > Signed-off-by: Tomas Melin

[U-Boot] [PATCH v2 1/2] splash: add support for loading splash from a FIT image

2016-11-25 Thread Tomas Melin
Enable support for loading a splash image from within a FIT image. The image is assumed to be generated with mkimage -E flag to hold the data external to the FIT. Signed-off-by: Tomas Melin --- common/image-fit.c | 49 ++