]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf143724e3a6ad002f9c4baebec05ed80079205f4
treee87d2e63d80b14523e52d1112d2f5bf585ed18c0
parent4f529020be17f12ef64e40d6d4c94315cb2cc0f2
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