commit | 17c2af6174e31ebbd582a2f8248577673af79ba7 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Nov 15 23:46:53 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Sun Nov 23 06:49:03 2014 -0500 |
tree | e33a32e1032f14207a053ca764f1dfe3d63149b5 | |
parent | 535696f4a143f16a54f5c92c76258360f5275e31 [diff] |
common/board_f: fix gcc warning on MIPS64 This fixes following warning when compiled with MIPS64 common/board_f.c: In function 'display_text_info': common/board_f.c:150:2: warning: format '%X' expects argument i of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] debug("U-Boot code: %08X -> %08lX BSS: -> %08lX\n", Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>