]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: kwbimage: Simplify add_secure_header_v1()
authorPali Rohár <pali@kernel.org>
Sun, 29 Jan 2023 12:08:10 +0000 (13:08 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commitdd13ac5495792325793ffcc381187afa3ba89f01
tree39ad079500803884b4286cc2dc5e2e0b4c459a5d
parent443894a8215102873b9b653503dc9af79b50247e
tools: kwbimage: Simplify add_secure_header_v1()

To make add_secure_header_v1() function more readable, call it directly
with arguments: header pointer with header size and data image pointer with
data image size. No functional change.

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