commit | c990f94d751404acbf15e478bb66c0a1cb11e691 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Nov 08 18:12:42 2021 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Nov 10 12:08:06 2021 +0100 |
tree | aa40de87efc45574afbc704ca4abb33132066116 | |
parent | d88409461941ecca4cfb3eb8424662b97dba59d7 [diff] |
tools: kwbimage: Explicitly set version also for kwbimage v0 For documentation purposes update struct main_hdr_v0 to include information where version of the image must be stored. For kwbimage v0 it obviously must be 0. By default all image header memory is initialized to zero, therefore this change has no functional effect. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>