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

2017-02-08 Thread Tom Rini
On Wed, Feb 08, 2017 at 06:03:32PM +0530, 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 > > Signed-off-by: Lokesh Vutla Reviewed-by: T

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

2017-02-08 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 Signed-off-by: Lokesh Vutla --- tools/gpimage.c | 2 +- tools/omapimage.c | 2 +- 2 files changed, 2 insertions(+