[coreboot-gerrit] Patch set updated for coreboot: rk3288: Remove duplicate timestamp_init()

Julius Werner (jwerner@chromium.org) gerrit at coreboot.org
Mon Jun 6 21:54:18 CEST 2016


Julius Werner (jwerner at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15070

-gerrit

commit fd65db880eac14449ff6a046b76b21ba9279b183
Author: Julius Werner <jwerner at chromium.org>
Date:   Fri Jun 3 17:27:58 2016 -0700

    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 at chromium.org>
---
 src/soc/rockchip/rk3288/bootblock.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/soc/rockchip/rk3288/bootblock.c b/src/soc/rockchip/rk3288/bootblock.c
index 65ca7a9..02fe9ff 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();



More information about the coreboot-gerrit mailing list