]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
YAFFS2: cmd_yaffs2.c - fix build warnings
authorWolfgang Denk <wd@denx.de>
Thu, 8 Sep 2011 02:10:17 +0000 (02:10 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 9 Sep 2011 22:00:15 +0000 (00:00 +0200)
commitd1f7a899ebda58f9fd09b2538b1a66e7529f7955
tree64de002e5db3358615625ca1503a07c4864f97c5
parent7e7f903fcd7883d3646223e3cb30b50a7dfe6248
YAFFS2: cmd_yaffs2.c - fix build warnings

Fix these:
cmd_yaffs2.c: In function 'do_ywr':
cmd_yaffs2.c:69: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'ulong'
cmd_yaffs2.c:69: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'ulong'

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