[coreboot-gerrit] Patch set updated for coreboot: 54b3c34 bg4cd: drop init_timer() stub

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Apr 9 16:44:09 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9456

-gerrit

commit 54b3c343bf1db0e3f45a029e4be4df3c44d0d8e1
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Apr 9 15:50:38 2015 +0200

    bg4cd: drop init_timer() stub
    
    It's already in delay.h.
    
    Change-Id: I41087604439aa0bcb8310cf6465f1a3d563d0b58
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/soc/marvell/bg4cd/monotonic_timer.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/soc/marvell/bg4cd/monotonic_timer.c b/src/soc/marvell/bg4cd/monotonic_timer.c
index a84b036..195a9c3 100644
--- a/src/soc/marvell/bg4cd/monotonic_timer.c
+++ b/src/soc/marvell/bg4cd/monotonic_timer.c
@@ -23,7 +23,3 @@
 void timer_monotonic_get(struct mono_time *mt)
 {
 }
-
-void init_timer(void)
-{
-}



More information about the coreboot-gerrit mailing list