]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwbimage: Rename imagesz to dataoff
authorPali Rohár <pali@kernel.org>
Sun, 29 Jan 2023 12:17:21 +0000 (13:17 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commitc4cf0dcd6a73ef00c42085924181da4ad300aa00
treee22d431d4b11a3868c231734792a1ed408ae4ce5
parent54837fa4962bfbfa63ed5c259b84f9839c3fbd7c
tools: kwbimage: Rename imagesz to dataoff

Variable imagesz in functions image_create_v0(), image_create_v1() and
kwbimage_set_header() stores offset to data from the beginning of the main
header. So it is not image size.

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