]> git.sur5r.net Git - u-boot/commit
tools/kwbimage.h: make offset marks style consistent
authorBaruch Siach <baruch@tkos.co.il>
Tue, 4 Jul 2017 17:23:39 +0000 (20:23 +0300)
committerStefan Roese <sr@denx.de>
Wed, 12 Jul 2017 04:57:55 +0000 (06:57 +0200)
commit37d108b64fabc625ae829bc6ee419c163d523c3b
treec17d388b776e8eb75e62b50c2bdb7eeccf2b8c85
parented72741d9f6819dc0f4705ddecd28b1a676854b0
tools/kwbimage.h: make offset marks style consistent

The offset marking in kwbimage.h is inconsistent. main_hdr_v0 uses decimals,
main_hdr_v1 uses hex without '0x' prefix, secure_hdr_v1 uses hex with '0x'
prefix. Make all offset marks hex with '0x' prefix.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Stefan Roese <sr@denx.de>
tools/kwbimage.h