Re: [U-Boot] [PATCH V2] SPL: Add FIT data-position property support

2017-12-05 Thread York Sun
On 12/04/2017 09:21 PM, Peng Fan wrote: > For external data, FIT has a optional property "data-position" which > can set the external data to a fixed offset to FIT beginning. > Add the support for this property in SPL FIT. > > Signed-off-by: Ye Li > Signed-off-by: Peng Fan > Reviewed-by: Simon G

Re: [U-Boot] [PATCH V2] SPL: Add FIT data-position property support

2017-12-04 Thread Lokesh Vutla
On Tuesday 05 December 2017 10:50 AM, Peng Fan wrote: > For external data, FIT has a optional property "data-position" which > can set the external data to a fixed offset to FIT beginning. > Add the support for this property in SPL FIT. > > Signed-off-by: Ye Li > Signed-off-by: Peng Fan > Revi

[U-Boot] [PATCH V2] SPL: Add FIT data-position property support

2017-12-04 Thread Peng Fan
For external data, FIT has a optional property "data-position" which can set the external data to a fixed offset to FIT beginning. Add the support for this property in SPL FIT. Signed-off-by: Ye Li Signed-off-by: Peng Fan Reviewed-by: Simon Glass Reviewed-by: Tomas Melin Cc: Pantelis Antoniou