diff options
Diffstat (limited to 'src/soc/rockchip/rk3288/bootblock.c')
-rw-r--r-- | src/soc/rockchip/rk3288/bootblock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/bootblock.c b/src/soc/rockchip/rk3288/bootblock.c index 9adf6ac242..04afae5529 100644 --- a/src/soc/rockchip/rk3288/bootblock.c +++ b/src/soc/rockchip/rk3288/bootblock.c @@ -21,8 +21,10 @@ #include <arch/cache.h> #include <bootblock_common.h> #include "timer.h" +#include "clock.h" static void bootblock_cpu_init(void) { rk3288_init_timer(); + rkclk_init(); } |