]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
GCC4.6: Squash warnings in omap4 clocks.c
authorMarek Vasut <marek.vasut@gmail.com>
Mon, 24 Oct 2011 23:41:40 +0000 (23:41 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:54:09 +0000 (23:54 +0200)
commit3ff915e886e087476ec45feaaaf6f66727a1af86
tree3bcf41167137517c44f1833ca5ffd90d7d94a1c6
parent4a34af7114982904e3d69fdf379bf8e1c919f081
GCC4.6: Squash warnings in omap4 clocks.c

clocks.c:606:2: warning: format '%08x' expects type 'unsigned int', but argument
2 has type 'u32 * const'
clocks.c:633:2: warning: format '%08x' expects type 'unsigned int', but argument
2 has type 'u32 * const'

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>
arch/arm/cpu/armv7/omap4/clocks.c