diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2010-06-07 15:20:43 -0400 |
---|---|---|
committer | Tom <Tom@bumblecow.com> | 2010-06-08 10:07:18 -0500 |
commit | ed01e45cfa20d60ee83a4ee0128d843730055294 (patch) | |
tree | 270d0f036c5e9a5953ed2b1c85aa6d629fb7470e /MAKEALL | |
parent | cae377b59a179e34d27cd6b79dee24d967de839c (diff) |
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 'MAKEALL')
-rwxr-xr-x | MAKEALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -642,6 +642,7 @@ LIST_ARM11=" \ ## ARM Cortex-A8 Systems ######################################################################### LIST_ARM_CORTEX_A8=" \ + am3517_evm \ devkit8000 \ mx51evk \ omap3_beagle \ |