Re: [U-Boot] [PATCH 02/18] GCC4.6: Squash warning in cfi_flash.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message 1319535604-20831-3-git-send-email-marek.va...@gmail.com you wrote: cfi_flash.c: In function 'flash_protect_default': cfi_flash.c:2152: warning: format '%08x' expects type 'unsigned int', but argument 2 has type 'ulong' cfi_flash.c:2152: warning: format '%08x'

[U-Boot] [PATCH 02/18] GCC4.6: Squash warning in cfi_flash.c

2011-10-25 Thread Marek Vasut
cfi_flash.c: In function 'flash_protect_default': cfi_flash.c:2152: warning: format '%08x' expects type 'unsigned int', but argument 2 has type 'ulong' cfi_flash.c:2152: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long unsigned int' Signed-off-by: Marek Vasut