Re: [U-Boot] [PATCH 02/10] GCC4.6: Squash warnings in diu.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535510-20737-3-git-send-email-marek.va...@gmail.com> you wrote: > diu.c: In function 'diu_set_pixel_clock': > diu.c:77: warning: format '%lu' expects type 'long unsigned int', but > argument 2 > has type 'u32' > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk

[U-Boot] [PATCH 02/10] GCC4.6: Squash warnings in diu.c

2011-10-25 Thread Marek Vasut
diu.c: In function 'diu_set_pixel_clock': diu.c:77: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'u32' Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Simon Glass Cc: Mike Frysinger --- board/freescale/p1022ds/diu.c |2 +- 1 files changed, 1 insertions(