summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2010-06-07 15:20:43 -0400
committerTom <Tom@bumblecow.com>2010-06-08 10:07:18 -0500
commited01e45cfa20d60ee83a4ee0128d843730055294 (patch)
tree270d0f036c5e9a5953ed2b1c85aa6d629fb7470e /Makefile
parentcae377b59a179e34d27cd6b79dee24d967de839c (diff)
downloadtalos-obmc-uboot-ed01e45cfa20d60ee83a4ee0128d843730055294.tar.gz
talos-obmc-uboot-ed01e45cfa20d60ee83a4ee0128d843730055294.zip
AM35x: Add support for AM3517EVM
This patch adds basic support for the AM3517EVM. It includes: - Board files (.c and .h) - Default configuration file - Updates for Makefile Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Sanjeev Premi <premi@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 69035a0863..a01df55179 100644
--- a/Makefile
+++ b/Makefile
@@ -3159,6 +3159,9 @@ SMN42_config : unconfig
## ARM CORTEX Systems
#########################################################################
+am3517_evm_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 am3517evm logicpd omap3
+
devkit8000_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 devkit8000 timll omap3
OpenPOWER on IntegriCloud