]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kwbimage.c: Fix compile warning when building on 64 bit systems (again)
authorWolfgang Denk <wd@denx.de>
Tue, 15 Sep 2009 19:13:27 +0000 (21:13 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 15 Sep 2009 19:32:19 +0000 (21:32 +0200)
commitceb2d57c2205db5bbd868577f756c74a2568160c
tree0391c8703029ef136e4431a2059a5662af68e921
parent6c7bc91fb3dba186d3398a1653f6db236510ffa7
kwbimage.c: Fix compile warning when building on 64 bit systems (again)

Commit 51003b89 attempted to fix a build problem on 64 bit systems,
but just turned it into a build problem on 32 bit systems (silly me).

Now do the Right Thing (TM) and use a "%zu" printf format.

Also fix spelling error.

Signed-off-by: Wolfgang Denk <wd@denx.de>
tools/kwbimage.c