commit | a4279a543061592d1befbe929e333cbcc6e6f0ee | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Oct 28 07:53:58 2015 +0100 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Tue Nov 17 23:41:41 2015 +0100 |
tree | c3d8618cb0c5741bbd292d17b0ed232015b7d621 | |
parent | 6406d43a991893d8aabb29b68a0ddfd7c3178233 [diff] |
tools/kwbimage.c: Fix generation of binary header The binary header ends with one lword, defining if another header follows this one. This additions 4 bytes need to be taken into account in the generation of the header size. And the complete 4 bytes at the end of this binary header need to get cleared. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Kevin Smith <kevin.smith@elecsyscorp.com>