tools: kwbimage: Print binary image offset as size
authorPali Rohár <pali@kernel.org>
Sun, 8 Jan 2023 22:27:11 +0000 (23:27 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commit63cf0d726725464ed552f5835fe96401c21c3964
treee87d2e63d80b14523e52d1112d2f5bf585ed18c0
parent0a3a392c7122fccc1977d026cea9e48652b75688
tools: kwbimage: Print binary image offset as size

Use for it pretty print function: genimg_print_size(). This makes it more
human readable, like other offset and sizes printed by this tool.

Signed-off-by: Pali Rohár <pali@kernel.org>
tools/kwbimage.c