diff options
-rw-r--r-- | util/cbmem/cbmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c index f3f5add2a7..ae5dbf6719 100644 --- a/util/cbmem/cbmem.c +++ b/util/cbmem/cbmem.c @@ -132,7 +132,7 @@ static int parse_cbtable(u64 address) int i, found = 0; void *buf; - debug("Looking for coreboot table at %lx\n", address); + debug("Looking for coreboot table at %llx\n", address); buf = map_memory(address); /* look at every 16 bytes within 4K of the base */ |