diff options
author | Tom Rini <trini@ti.com> | 2012-07-30 16:13:10 -0700 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:13 +0200 |
commit | 973b663820382c9d02bc6042a5901f3f74640c17 (patch) | |
tree | 815ca40f1c18c175ddb70010a1978f7ac9946302 /board/ti/am335x/Makefile | |
parent | d4898ea89684aa285cfb34fbab6831c28dc0ed33 (diff) | |
download | u-boot-973b663820382c9d02bc6042a5901f3f74640c17.tar.gz u-boot-973b663820382c9d02bc6042a5901f3f74640c17.tar.xz u-boot-973b663820382c9d02bc6042a5901f3f74640c17.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am335x/Makefile b/board/ti/am335x/Makefile index d58b1859f4..e3609bc026 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)) |