commit | 20d068e80a253b865cb88b07b28635ebdb79ddfc | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu Dec 28 20:40:00 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:24 2018 -0500 |
tree | 1bdbf48e95072b68e882a64d0cec8054795bdffe | |
parent | 4df43d4f3964a9baffdabf62685c4db3d885ded2 [diff] |
tools: omapimage: Fix mismatch of image 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 tool is updating size as image size + 2 * header size. Remove this extra header size bytes. Reported-by: Denys Dmytriyenko <denys@ti.com> Debugged-by: Madan Srinivas <madans@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>