summaryrefslogtreecommitdiff
path: root/common/system_boot_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system_boot_time.c')
-rw-r--r--common/system_boot_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system_boot_time.c b/common/system_boot_time.c
index 48ac815818..f807cf8047 100644
--- a/common/system_boot_time.c
+++ b/common/system_boot_time.c
@@ -24,7 +24,7 @@ void update_ap_boot_time(enum boot_time_param param)
}
if (param < RESET_CNT) {
ap_boot_time.timestamp[param] = get_time().val;
- ccprintf("Boot Time: %d, %" PRIu64 "\n", param,
+ ccprintf("Boot Time: %d, %llu\n", param,
ap_boot_time.timestamp[param]);
}