Re: [U-Boot] [PATCH v3 1/5] tools: omapimage: Fix size in header

2017-02-15 Thread Tom Rini
On Wed, Feb 15, 2017 at 06:02:37PM +0530, Lokesh Vutla wrote: > Hi Tom, > > On Friday 10 February 2017 08:37 PM, Lokesh Vutla wrote: > > The size field in GP header that is expected by ROM is size of the > > image + size of the header. But omapimage generates a gp header > > only with size of the

Re: [U-Boot] [PATCH v3 1/5] tools: omapimage: Fix size in header

2017-02-15 Thread Lokesh Vutla
Hi Tom, On Friday 10 February 2017 08:37 PM, Lokesh Vutla wrote: > The size field in GP header that is expected by ROM is size of the > image + size of the header. But omapimage generates a gp header > only with size of the image as size field. Fix it Unfortunately this is not ture for

[U-Boot] [PATCH v3 1/5] tools: omapimage: Fix size in header

2017-02-10 Thread Lokesh Vutla
The size field in GP header that is expected by ROM is size of the image + size of the header. But omapimage generates a gp header only with size of the image as size field. Fix it Reviewed-by: Tom Rini Signed-off-by: Lokesh Vutla --- tools/gpimage.c |