X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_yaffs2.c;h=0e22d90e7a0b392d46f556e2c90aff639c730c6d;hb=fc86bbf692dcfed02ec436293ec4aed2a83ad15d;hp=7c01ea2a2517ceb540de559e5de9dec046839e9d;hpb=2271d3ddccfbd4a7640121669ff9b013b1fea361;p=karo-tx-uboot.git diff --git a/common/cmd_yaffs2.c b/common/cmd_yaffs2.c index 7c01ea2a25..0e22d90e7a 100644 --- a/common/cmd_yaffs2.c +++ b/common/cmd_yaffs2.c @@ -66,7 +66,7 @@ int do_ywr (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) ulong value = simple_strtoul(argv[2], NULL, 16); ulong numValues = simple_strtoul(argv[3], NULL, 16); - printf ("Writing value (%x) %x times to %s... ", value, numValues, filename); + printf ("Writing value (%lx) %lx times to %s... ", value, numValues, filename); cmd_yaffs_write_file(filename,value,numValues);