aboutsummaryrefslogtreecommitdiffstats
path: root/cbtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'cbtable.c')
-rw-r--r--cbtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbtable.c b/cbtable.c
index 1424f454..d50a0cfc 100644
--- a/cbtable.c
+++ b/cbtable.c
@@ -257,7 +257,7 @@ static struct lb_header *find_lb_table_remap(unsigned long start_addr,
recs = (struct lb_record *)(((char *)base) + offset + sizeof(*head));
if (!lb_table_valid(head, recs))
continue;
- msg_pdbg("Found coreboot table at 0x%08lx.\n", offset);
+ msg_pdbg("Found coreboot table at 0x%08zx.\n", offset);
*table_area = base;
return head;
}