Re: [U-Boot] [PATCH v2] add FIT data-position & data-offset property support

2018-05-23 Thread Simon Glass
Hi Kelvin, On 22 May 2018 at 19:34, Kelvin Cheung wrote: > Hi Simon, > > > 2018-05-23 7:30 GMT+08:00 Simon Glass : >> >> Hi, >> >> On 18 May 2018 at 01:56, Kelvin Cheung wrote: >> > Add FIT data-position & data-offset property support for bootm, >> > which were already supported in SPL. >> > >>

Re: [U-Boot] [PATCH v2] add FIT data-position & data-offset property support

2018-05-23 Thread Kelvin Cheung
Hi Simon, 2018-05-23 7:30 GMT+08:00 Simon Glass : > Hi, > > On 18 May 2018 at 01:56, Kelvin Cheung wrote: > > Add FIT data-position & data-offset property support for bootm, > > which were already supported in SPL. > > > > Signed-off-by: Kelvin Cheung > > --- > > > > Changes for v2: > >cre

Re: [U-Boot] [PATCH v2] add FIT data-position & data-offset property support

2018-05-22 Thread Simon Glass
Hi, On 18 May 2018 at 01:56, Kelvin Cheung wrote: > Add FIT data-position & data-offset property support for bootm, > which were already supported in SPL. > > Signed-off-by: Kelvin Cheung > --- > > Changes for v2: >create fit_image_get_data_and_size() to remove duplicated code > > --- > com

[U-Boot] [PATCH v2] add FIT data-position & data-offset property support

2018-05-18 Thread Kelvin Cheung
Add FIT data-position & data-offset property support for bootm, which were already supported in SPL. Signed-off-by: Kelvin Cheung --- Changes for v2: create fit_image_get_data_and_size() to remove duplicated code --- common/image-fit.c | 54 ++