aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/timer.c')
-rw-r--r--src/soc/rockchip/rk3288/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/timer.c b/src/soc/rockchip/rk3288/timer.c
index 47f99c23fd..253d145b44 100644
--- a/src/soc/rockchip/rk3288/timer.c
+++ b/src/soc/rockchip/rk3288/timer.c
@@ -39,7 +39,7 @@ void timer_monotonic_get(struct mono_time *mt)
mono_time_set_usecs(mt, timer_raw_value() / clocks_per_usec);
}
-void rk3288_init_timer(void)
+void init_timer(void)
{
write32(TIMER_LOAD_VAL, &timer7_ptr->timer_load_count0);
write32(TIMER_LOAD_VAL, &timer7_ptr->timer_load_count1);