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

2016-12-04 Thread Simon Glass
Hi Tomas, On 1 December 2016 at 05:21, 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 v3 2/2] splash: add support for loading splash from a FIT image

2016-12-01 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 | 48