Re: [U-Boot] [PATCH 5/7] GCC4.6: Squash warnings in omap4 clocks.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535702-20929-6-git-send-email-marek.va...@gmail.com> you wrote: > 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 >

[U-Boot] [PATCH 5/7] GCC4.6: Squash warnings in omap4 clocks.c

2011-10-25 Thread Marek Vasut
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 Cc: Wolfgang Denk Cc: Simon Glass Cc: Mike Frysinger --