aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2016-06-03 17:27:58 -0700
committerJulius Werner <jwerner@chromium.org>2016-06-06 21:54:34 +0200
commit6724b1b6b46f7fbc21d80511177fca6080067d69 (patch)
tree07ce2ac3ea4e719b49dfd66924b2780324b568fc /src/soc/rockchip/rk3288
parent517aa8b0653b639018f9c3738be68492deff5116 (diff)
rk3288: Remove duplicate timestamp_init()
Fix bug introduced by merging http://review.coreboot.org/9606 and http://review.coreboot.org/10740 in the wrong order. Change-Id: I75dd22cd0cf30c7d91e4fa5171cb482a80eb64ca Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/15070 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/rockchip/rk3288')
-rw-r--r--src/soc/rockchip/rk3288/bootblock.c2
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();