aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/timer.h')
-rw-r--r--src/soc/rockchip/rk3288/timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/rockchip/rk3288/timer.h b/src/soc/rockchip/rk3288/timer.h
index 9f1fbaf8c5..85079391e6 100644
--- a/src/soc/rockchip/rk3288/timer.h
+++ b/src/soc/rockchip/rk3288/timer.h
@@ -23,9 +23,9 @@
#include <inttypes.h>
#include <timer.h>
#include "addressmap.h"
+#include "clock.h"
-#define SYS_CLK_FREQ (24*MHz)
-static const u32 clocks_per_usec = SYS_CLK_FREQ/USECS_PER_SEC;
+static const u32 clocks_per_usec = OSC_HZ/USECS_PER_SEC;
struct rk3288_timer {
u32 timer_load_count0;