aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/ti/am335x/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-04-13 18:21:21 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-04-13 20:25:40 +0200
commitd1707b0152ce63fa31e9e52bf7a465bdc8e77aa8 (patch)
treee054f1af642a8418bebff09716adf0165f2d8b70 /src/cpu/ti/am335x/Makefile.inc
parent8fa8f4bdc341d3249aec5fda87f80417cb8917b3 (diff)
ti/am335x: switch to generic udelay
Change-Id: Iac1ddbb95768dea98917211aa995f4111bf82647 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/9617 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/ti/am335x/Makefile.inc')
-rw-r--r--src/cpu/ti/am335x/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/ti/am335x/Makefile.inc b/src/cpu/ti/am335x/Makefile.inc
index 1dbadae924..8e8dab1e98 100644
--- a/src/cpu/ti/am335x/Makefile.inc
+++ b/src/cpu/ti/am335x/Makefile.inc
@@ -9,7 +9,6 @@ romstage-y += cbmem.c
ramstage-y += dmtimer.c
ramstage-y += monotonic_timer.c
ramstage-y += nand.c
-ramstage-y += timer.c
ramstage-y += cbmem.c
ifeq ($(CONFIG_DRIVERS_UART),y)