commit | dce60c5a801c06170776aa6867ba14b020ee7d00 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Nov 08 18:12:47 2021 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Nov 10 12:08:06 2021 +0100 |
tree | 2c1bc50c7af47ce4e0e551be7b30c97f807afa1d | |
parent | deba0adc3656d3af55c118111809789ba72856ce [diff] |
tools: kwbimage: Do not put final image padding to the image data size This change allows to convert image from one format to another without need to include unnecessary padding (e.g. when target image format has smaller alignment requirement as source image format). Do it by storing real image data size without padding to the kwbimage header. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>