diff options
Diffstat (limited to 'src/soc/rockchip/rk3288')
-rw-r--r-- | src/soc/rockchip/rk3288/bootblock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/rockchip/rk3288/bootblock.c b/src/soc/rockchip/rk3288/bootblock.c index 65ca7a9127..02fe9ff885 100644 --- a/src/soc/rockchip/rk3288/bootblock.c +++ b/src/soc/rockchip/rk3288/bootblock.c @@ -26,8 +26,6 @@ void bootblock_soc_init(void) { - timestamp_init(timestamp_get()); - rkclk_init(); mmu_init(); |