summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCyril Chemparathy <cyril@ti.com>2010-06-07 14:13:36 -0400
committerSandeep Paulraj <s-paulraj@ti.com>2010-06-07 14:13:36 -0400
commit04cbc19fedb55265d08cddea294c3b6d9f8b2d18 (patch)
treefc8a979e06e2290aee0abadb9bd39c279eb535cc /Makefile
parentda1ec42aafcc821ce6b5d316a2d4105292960d6b (diff)
downloadtalos-obmc-uboot-04cbc19fedb55265d08cddea294c3b6d9f8b2d18.tar.gz
talos-obmc-uboot-04cbc19fedb55265d08cddea294c3b6d9f8b2d18.zip
TI: TNETV107X EVM initial support
TNETV107X is a Texas Instruments SoC based on an ARM1176 core, and with a bunch on on-chip integrated peripherals. This patch adds support for the TNETV107X EVM board. Signed-off-by: Cyril Chemparathy <cyril@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c26e491fb0..cedac209ae 100644
--- a/Makefile
+++ b/Makefile
@@ -3324,6 +3324,9 @@ smdk6400_config : unconfig
fi
@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
+tnetv107x_evm_config: unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm1176 tnetv107xevm ti tnetv107x
+
#========================================================================
# i386
#========================================================================
OpenPOWER on IntegriCloud