summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/am33xx/Makefile
diff options
context:
space:
mode:
authorTENART Antoine <atenart@adeneo-embedded.com>2013-07-02 12:05:59 +0200
committerTom Rini <trini@ti.com>2013-08-15 18:38:37 -0400
commitdcf846d5dae75b81eccce46c577fd3957e73d474 (patch)
treea407cd99afb98ec46ce48dae285041fc986038e4 /arch/arm/cpu/armv7/am33xx/Makefile
parent9ed6e41239e17c97d786219b5ffca4a8a118c71f (diff)
downloadu-boot-imx-dcf846d5dae75b81eccce46c577fd3957e73d474.zip
u-boot-imx-dcf846d5dae75b81eccce46c577fd3957e73d474.tar.gz
u-boot-imx-dcf846d5dae75b81eccce46c577fd3957e73d474.tar.bz2
Add TI816X support
Signed-off-by: Antoine Tenart <atenart@adeneo-embedded.com> [trini: Fix warnings about vtp things in emif4.c, adapt AM43XX] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/am33xx/Makefile')
-rw-r--r--arch/arm/cpu/armv7/am33xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/am33xx/Makefile b/arch/arm/cpu/armv7/am33xx/Makefile
index bd8e752..f6a297c 100644
--- a/arch/arm/cpu/armv7/am33xx/Makefile
+++ b/arch/arm/cpu/armv7/am33xx/Makefile
@@ -16,6 +16,7 @@ ifneq ($(CONFIG_AM43XX)$(CONFIG_AM33XX),)
COBJS += clock.o
endif
+COBJS-$(CONFIG_TI816X) += clock_ti816x.o
COBJS += sys_info.o
COBJS += mem.o
COBJS += ddr.o