]> 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)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:21 +0000 (09:04 -0500)
commitfd37a0d04e339267b5d2872e9e6ee6650f122367
treedf7087591df2d0b82c1a450ae9fde5320f3be8c4
parent4743f02b8faacff4d1f0543889d2f550d7dec2d3
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