[coreboot-gerrit] New patch to review for coreboot: rk3288: Remove duplicate timestamp_init()

Julius Werner (jwerner@chromium.org) gerrit at coreboot.org
Sat Jun 4 02:35:31 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 d0e080543ffcb8959da7213e2d862b47eaa956cd
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 CL:9606 and CL: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