aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-04-09 15:50:38 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-04-09 16:45:57 +0200
commitb95be26096d81832620e4768c223887f69de118b (patch)
treee855bc24cfca989812f40028002fcd2e3385d2ed
parent7d186633170b78f7c83b154f41dc0f8336310715 (diff)
bg4cd: drop init_timer() stub
It's already in delay.h. Change-Id: I41087604439aa0bcb8310cf6465f1a3d563d0b58 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/9456 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--src/soc/marvell/bg4cd/monotonic_timer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/marvell/bg4cd/monotonic_timer.c b/src/soc/marvell/bg4cd/monotonic_timer.c
index a84b0361f6..195a9c3d4a 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)
-{
-}