]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwbimage: Print size of binary header in kwbimage_print_header()
authorPali Rohár <pali@kernel.org>
Fri, 23 Jul 2021 09:14:04 +0000 (11:14 +0200)
committerStefan Roese <sr@denx.de>
Sat, 31 Jul 2021 07:49:31 +0000 (09:49 +0200)
commitad167294c0f6b425f9ae8e7cff4502f00f9a576d
tree5d52bbc0126395ac20cf9ee88b249468c5d84e28
parent727cc2256b877194f4a091ece7640bdad4a5ada0
tools: kwbimage: Print size of binary header in kwbimage_print_header()

The binary header in kwbimage contains executable SPL code.

Print information about this binary header and not only information
about it's data part.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Tested-by: Chris Packham <judge.packham@gmail.com>
tools/kwbimage.c