commit | 51003b89816848cbe86a8fe48f970ba8b14005f5 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Sep 11 08:58:11 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Sep 11 09:11:03 2009 +0200 |
tree | 8d2951a2906520f3199b2d55f479db5bc7422f9f | |
parent | e7963772eb78a6aa1fa65063d64eab3a8626daac [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>