diff options
author | Peter Korsgaard <peter.korsgaard@barco.com> | 2012-10-18 01:21:09 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-25 11:31:36 -0700 |
commit | e363426e999b786ee4791f49d90ae84a3210f7b8 (patch) | |
tree | 31e9706c53d440ded06ae037a8da0babd8111a89 /board/ti/am335x/Makefile | |
parent | c50cce275866b4b0e36e1102041d7ee7aa24ee28 (diff) | |
download | talos-obmc-uboot-e363426e999b786ee4791f49d90ae84a3210f7b8.tar.gz talos-obmc-uboot-e363426e999b786ee4791f49d90ae84a3210f7b8.zip |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am335x/Makefile b/board/ti/am335x/Makefile index ca50eef613..67a87a1aaf 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)) |