aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/bootblock.c')
-rw-r--r--src/soc/rockchip/rk3288/bootblock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/bootblock.c b/src/soc/rockchip/rk3288/bootblock.c
index d60c860054..43776521f4 100644
--- a/src/soc/rockchip/rk3288/bootblock.c
+++ b/src/soc/rockchip/rk3288/bootblock.c
@@ -26,9 +26,12 @@
#include <soc/grf.h>
#include <soc/timer.h>
#include <symbols.h>
+#include <timestamp.h>
void bootblock_soc_init(void)
{
+ timestamp_init(timestamp_get());
+
rkclk_init();
mmu_init();