diff options
author | Srinath <srinath@mistralsolutions.com> | 2010-11-16 14:26:58 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-11-30 13:48:46 -0800 |
commit | 1cb125caf2e0fdece14f72efbb3516f5c5fe1de9 (patch) | |
tree | f08fb227bf4128118325f5c100c991f3b23a4659 /arch/arm/mach-omap2/Makefile | |
parent | 9632f9890e76aa7a78f719b0b3b572f65e3e968b (diff) | |
download | blackbird-op-linux-1cb125caf2e0fdece14f72efbb3516f5c5fe1de9.tar.gz blackbird-op-linux-1cb125caf2e0fdece14f72efbb3516f5c5fe1de9.zip |
omap: AM3517/05: Add craneboard support
Craneboard is a hardware development platform based on the
Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a
low cost reference design.
This patch adds basic board file. Detailed support will follow in
subsequent patches.
[1] http://www.ti.com/arm
[2] http://www.mistralsolutions.com/products/craneboard.php
Signed-off-by: Srinath <srinath@mistralsolutions.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index b0810b9abbba..d43bd33a19be 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -174,6 +174,8 @@ obj-$(CONFIG_MACH_OMAP4_PANDA) += board-omap4panda.o \ obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o +obj-$(CONFIG_MACH_CRANEBOARD) += board-am3517crane.o + obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \ hsmmc.o # Platform specific device init code |