]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mtd/cfi_flash.c
GCC4.6: Squash warning in cfi_flash.c
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 21 Oct 2011 14:17:05 +0000 (14:17 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:54:04 +0000 (23:54 +0200)
commit31d34143bbe3f5c98fe7b6fb8f23e0b40b3d8b21
tree0ef74be0b715b8d6bc23c6e26be6c54949fd0693
parent68da5b1911603957fbd1807eb392a0599a627df3
GCC4.6: Squash warning in cfi_flash.c

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 <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Scott Wood <scottwood@freescale.com>
drivers/mtd/cfi_flash.c