Re: [U-Boot] [PATCH 07/10] GCC4.6: Squash warnings in r360mpi/flash.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535510-20737-8-git-send-email-marek.va...@gmail.com> you wrote: > flash.c: In function 'flash_get_size': > flash.c:222: warning: format '%08lx' expects type 'long unsigned int', but > argument 3 has type 'int' > flash.c:238: warning: format '%08lx' expects type 'l

[U-Boot] [PATCH 07/10] GCC4.6: Squash warnings in r360mpi/flash.c

2011-10-25 Thread Marek Vasut
flash.c: In function 'flash_get_size': flash.c:222: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'int' flash.c:238: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'int' Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Simon