]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kwbimage.c: Fix compile warning when building on 64 bit systems
authorWolfgang Denk <wd@denx.de>
Fri, 11 Sep 2009 06:58:11 +0000 (08:58 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 11 Sep 2009 07:11:03 +0000 (09:11 +0200)
commit51003b89816848cbe86a8fe48f970ba8b14005f5
tree8d2951a2906520f3199b2d55f479db5bc7422f9f
parente7963772eb78a6aa1fa65063d64eab3a8626daac
kwbimage.c: Fix compile warning when building on 64 bit systems

Fix this warning when building on 64 bit systems:
tools/kwbimage.c: In function 'kwbimage_checksum32':
tools/kwbimage.c:135: warning: format '%d' expects type 'int',
but argument 4 has type 'long unsigned int'

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
tools/kwbimage.c