summaryrefslogtreecommitdiff
path: root/board/ti/am335x/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-07-30 16:13:10 -0700
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:13 +0200
commit973b663820382c9d02bc6042a5901f3f74640c17 (patch)
tree815ca40f1c18c175ddb70010a1978f7ac9946302 /board/ti/am335x/Makefile
parentd4898ea89684aa285cfb34fbab6831c28dc0ed33 (diff)
downloadu-boot-imx-973b663820382c9d02bc6042a5901f3f74640c17.zip
u-boot-imx-973b663820382c9d02bc6042a5901f3f74640c17.tar.gz
u-boot-imx-973b663820382c9d02bc6042a5901f3f74640c17.tar.bz2
am33xx: Remove board/ti/am335x/evm.c
The intention has always been (and boards are to support) an i2c EEPROM that will identify what hardware they are, allowing a single binary to support multiple boards. As such, remove the 'evm.c' file as there is nothing EVM centric in it currently, only SoC peripheral configuration. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/ti/am335x/Makefile')
-rw-r--r--board/ti/am335x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am335x/Makefile b/board/ti/am335x/Makefile
index d58b185..e3609bc 100644
--- a/board/ti/am335x/Makefile
+++ b/board/ti/am335x/Makefile
@@ -18,7 +18,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
-COBJS := evm.o mux.o
+COBJS := mux.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))