commit | 02664281c8e3be96f08c8d1a6def5a26c3691e95 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Tue Apr 28 08:50:31 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 28 08:50:31 2009 +0200 |
tree | 2e96288ed412a7c167ca70aad62dee70d873a9ec | |
parent | 431eef02525db01f3807f5f41c3546406c84c171 [diff] |
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>