]> 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)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:13 +0000 (09:04 -0500)
commit71b24e56121655f797e57fd265d2241654b3335d
tree7dc31b5f98203d3f71e857a02b0dad40673642a5
parent88f9d60b62829ea2a948b9c20fc8a3df94b512bd
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