diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-03-31 22:02:16 +0200 |
---|---|---|
committer | Anton Kochkov <anton.kochkov@gmail.com> | 2013-04-03 11:13:29 +0200 |
commit | a8db717d4af799fabd26383e6a748de94318d280 (patch) | |
tree | 4697a596c06b50cd478757316fb367c707caed15 /src/mainboard | |
parent | aa3f7ba36ebe3a933aa664f826382f60b31e86f1 (diff) |
inteltool: Use `ll` instead of `l` as the length modifier for `uint64_t`
When buidling inteltool with GCC, the following warning is printed.
$ make
[…]
gcc -O2 -g -Wall -W -c -o memory.o memory.c
memory.c: In function ‘print_mchbar’:
memory.c:287:7: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat]
[…]
This was introduced in commit »inteltool: Add support for H65 Express
chipset« (c7fc4422) [1].
Address this warning, by using `%llx` instead of `%lx`.
[1] http://review.coreboot.org/1258
Change-Id: I4f714edce7e8b405e1a7a417d02fa498322c88a8
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2994
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard')
0 files changed, 0 insertions, 0 deletions