summaryrefslogtreecommitdiff
path: root/board/ti/am335x/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <peter.korsgaard@barco.com>2012-10-18 01:21:09 +0000
committerTom Rini <trini@ti.com>2012-10-25 11:31:36 -0700
commite363426e999b786ee4791f49d90ae84a3210f7b8 (patch)
tree31e9706c53d440ded06ae037a8da0babd8111a89 /board/ti/am335x/Makefile
parentc50cce275866b4b0e36e1102041d7ee7aa24ee28 (diff)
downloadu-boot-imx-e363426e999b786ee4791f49d90ae84a3210f7b8.zip
u-boot-imx-e363426e999b786ee4791f49d90ae84a3210f7b8.tar.gz
u-boot-imx-e363426e999b786ee4791f49d90ae84a3210f7b8.tar.bz2
am33xx: move ti i2c baseboard header handling to board/ti/am335x/
The i2c header is specific to ti(-derived) boards, and not generic for all am335x boards. Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com> [trini: Make re-apply with rtc32k_enable() applied] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/ti/am335x/Makefile')
-rw-r--r--board/ti/am335x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am335x/Makefile b/board/ti/am335x/Makefile
index ca50eef..67a87a1 100644
--- a/board/ti/am335x/Makefile
+++ b/board/ti/am335x/Makefile
@@ -22,6 +22,7 @@ ifdef CONFIG_SPL_BUILD
COBJS := mux.o
endif
+COBJS += board.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))