diff options
author | Nico Huber <nico.huber@secunet.com> | 2013-05-26 18:17:54 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-06-03 22:24:41 +0200 |
commit | 8e4bb92898992446b6264f06b4f20236a65ae962 (patch) | |
tree | 9fb68629abc62ddfe33f5935c6b1e3d2e9df6245 /src/include/bootstate.h | |
parent | 8048e740a334bb7dcf8f23662c73d0ca01e53c7f (diff) |
util/cbmem: Fix format string in cbmem.c
Use PRIx64 to print a u64 instead of "llx". Fixes the following error:
cbmem.c: In function 'parse_cbtable':
cbmem.c:135:2: error: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'u64' [-Werror=format=]
Change-Id: Ibc2bf8597cb86db5b2e71fba77ec837a08c5e3d4
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/3301
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/include/bootstate.h')
0 files changed, 0 insertions, 0 deletions