]> git.baikalelectronics.ru Git - uboot.git/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)
commit20fe6bfb98bc9715e39238d01211a1a4de25ed06
treec17d388b776e8eb75e62b50c2bdb7eeccf2b8c85
parent8f3b3f1d25443b7527af859dac784827ffc006b6
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