commit | 68da5b1911603957fbd1807eb392a0599a627df3 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Fri Oct 21 14:17:04 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Oct 27 23:54:04 2011 +0200 |
tree | 96a7a675d95fc82c64a98c445b13e9c535929104 | |
parent | 35e9d698cd2ca4bb15d9fab6eaeacd67b007971c [diff] |
GCC4.6: Squash warning in cfb_console.c cfb_console.c: In function 'video_display_bitmap': cfb_console.c:1148: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' cfb_console.c:1148: warning: format '%d' expects type '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>