aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/arm/timer/system_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/arm/timer/system_timer.c b/drivers/arm/timer/system_timer.c
index 3415e41b3..6cc3cef3a 100644
--- a/drivers/arm/timer/system_timer.c
+++ b/drivers/arm/timer/system_timer.c
@@ -44,7 +44,7 @@ int program_systimer(unsigned long time_out_ms)
if (count_val < mmio_read_64(g_systimer_base + CNTPCT_LO))
panic();
- VERBOSE("%s : interrupt requested at sys_counter: %lld "
+ VERBOSE("%s : interrupt requested at sys_counter: %llu "
"time_out_ms: %ld\n", __func__, count_val, time_out_ms);
return 0;