]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwbimage: Fill the real header size into the main header
authorPali Rohár <pali@kernel.org>
Mon, 8 Nov 2021 17:12:49 +0000 (18:12 +0100)
committerStefan Roese <sr@denx.de>
Wed, 10 Nov 2021 11:08:06 +0000 (12:08 +0100)
commitbb79e11f257ddef82412be5db921e4234f0fe7ad
treebe6cb6e17f57b5da73262ea7f84a63db5459bd79
parent6f66616f858df872bcb90a436be459b5259f5994
tools: kwbimage: Fill the real header size into the main header

Fill the real header size without padding into the main header

This allows to reduce final image when converting image to another format
which does not need additional padding.

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>
tools/kwbimage.c