commit | fc2b9143b86f0d631b16e54a70ddc1ca789a6d5c | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Jan 08 14:31:28 2023 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 01 06:39:17 2023 +0100 |
tree | 45ccfd2ed2cb32de6315c1f53d22f8c34ab0c498 | |
parent | c61feb9ca93b43a03a2fc52b9141a7fb4cbc166a [diff] |
cmd: mvebu/bubt: Rename variable image_size to hdr_size Variable image_size contains size of the header, not size of the whole image. Rename this variable to reflect content. Signed-off-by: Pali Rohár <pali@kernel.org>