]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_mtdparts.c: fix compiler warning in debug code
authorWolfgang Denk <wd@denx.de>
Wed, 2 Sep 2009 08:21:20 +0000 (10:21 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 20:58:57 +0000 (22:58 +0200)
commit37daa77f3cafb5ec9a974eff3db2af4a0560a9ef
treef0583008b3daa909b80852892c65c3038b281ad0
parentd8bc55a6fb28876abcbf4a3fc3b6c3ce429c1bb3
cmd_mtdparts.c: fix compiler warning in debug code

Fix warning messages:
cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
unsigned int', but argument 6 has type 'u32'
cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
unsigned int', but argument 7 has type 'u32'

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