]> git.ipfire.org Git - thirdparty/u-boot.git/commit
tools: omapimage: Fix size in header
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 15 Feb 2017 13:12:54 +0000 (18:42 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 15 Mar 2017 00:40:17 +0000 (20:40 -0400)
commit35d8265c64dee1bd3015883673960df32c4e9c1a
tree68cd0a5c24fe7448f0fe34cedd49c91180198484
parent19a75b8cf8d17fffa9493bf3f3e380d76eccd8dd
tools: omapimage: Fix size in header

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 <lokeshvutla@ti.com>
tools/omapimage.c