diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-15 23:46:53 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-23 06:49:03 -0500 |
commit | 9fdee7d7306b9747bdb0ce43e53424cfdc86b8c0 (patch) | |
tree | e33a32e1032f14207a053ca764f1dfe3d63149b5 /board/tcm-bf537 | |
parent | 666ba8444e81c3785a427ae6922e2feededab9a3 (diff) | |
download | u-boot-imx-9fdee7d7306b9747bdb0ce43e53424cfdc86b8c0.zip u-boot-imx-9fdee7d7306b9747bdb0ce43e53424cfdc86b8c0.tar.gz u-boot-imx-9fdee7d7306b9747bdb0ce43e53424cfdc86b8c0.tar.bz2 |
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>
Diffstat (limited to 'board/tcm-bf537')
0 files changed, 0 insertions, 0 deletions