summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common
diff options
context:
space:
mode:
authorMatt Porter <mporter@ti.com>2013-03-15 10:07:10 +0000
committerTom Rini <trini@ti.com>2013-03-24 12:49:12 -0400
commitea7b96b6aa06fea40547333e8796f8ea9a856d67 (patch)
tree5fd81168a1b2bf3040c2ab0d4ea900248aaed136 /arch/arm/cpu/armv7/omap-common
parent6213a68fe8da8be772e12def2302eb2bef85e1c9 (diff)
downloadu-boot-imx-ea7b96b6aa06fea40547333e8796f8ea9a856d67.zip
u-boot-imx-ea7b96b6aa06fea40547333e8796f8ea9a856d67.tar.gz
u-boot-imx-ea7b96b6aa06fea40547333e8796f8ea9a856d67.tar.bz2
ti814x_evm: add ti814x evm board support
Add TI814X EVM board directory, config file, and MAINTAINERS entry. Enable build. Signed-off-by: Matt Porter <mporter@ti.com> Reviewed-by: Tom Rini <trini@ti.com> [trini: Adapt to recent omap_hsmmc requirements, Matt re-tested] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common')
-rw-r--r--arch/arm/cpu/armv7/omap-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/Makefile b/arch/arm/cpu/armv7/omap-common/Makefile
index 0efc80d..55e82ba 100644
--- a/arch/arm/cpu/armv7/omap-common/Makefile
+++ b/arch/arm/cpu/armv7/omap-common/Makefile
@@ -36,7 +36,7 @@ COBJS += emif-common.o
COBJS += vc.o
endif
-ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
+ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX)$(CONFIG_TI814X),)
COBJS += boot-common.o
SOBJS += lowlevel_init.o
endif