commit | 2eb9a497598569ebbb79026a71c8feee9119f36c | [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 | 05f94cb63aeb61d8c2d3761aee787d94b331b89d [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>