commit | fd37a0d04e339267b5d2872e9e6ee6650f122367 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Sep 11 08:58:11 2009 +0200 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sat Oct 03 09:04:21 2009 -0500 |
tree | df7087591df2d0b82c1a450ae9fde5320f3be8c4 | |
parent | 4743f02b8faacff4d1f0543889d2f550d7dec2d3 [diff] |
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>