]> 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)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:25 +0000 (09:04 -0500)
commit9ef45c847a9903d7b186c69d538a1865d3ac2e53
tree4d86dccf3780b29174556f252007d17034435fb6
parentd181074a587a6d0f9d17ccd53689fd17ce0e93a1
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