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)
commit34dcf952d80b3c87fa58333bf5973100d2fd9819
tree5d52bbc0126395ac20cf9ee88b249468c5d84e28
parente0c243c398a771df22fd3caf309b04eef3ba2683
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