cmd_ext2.c: fix compile warnings
authorWolfgang Denk <wd@denx.de>
Tue, 28 Apr 2009 06:50:31 +0000 (08:50 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 28 Apr 2009 06:50:31 +0000 (08:50 +0200)
commit4d9eab89b3b2c2ed432b14d355a56f274d8aac75
tree2e96288ed412a7c167ca70aad62dee70d873a9ec
parent28afe0160f87ff74574150d703055a965f91422a
cmd_ext2.c: fix compile warnings

Get rid of these warnings:

cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'

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