diff options
author | Hemant Pedanekar <hemantp@ti.com> | 2011-12-13 10:48:55 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-12-13 10:48:55 -0800 |
commit | a890b6760d975cdbdfcdf5753dab4c91059af9b1 (patch) | |
tree | 62ef6110ff34eec599be366f5aca93669e92eafa /arch/arm/mach-omap2/Makefile | |
parent | 95712de0ccd42d69623462e5d17cbd444f6fcccc (diff) | |
download | talos-obmc-linux-a890b6760d975cdbdfcdf5753dab4c91059af9b1.tar.gz talos-obmc-linux-a890b6760d975cdbdfcdf5753dab4c91059af9b1.zip |
ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVM
This patch adds minimal support and build configuration for TI8148 EVM. Also
adds support for low level debugging on UART1 console on the EVM.
Note that existing TI8168 EVM file (board-ti8168evm.c) is updated with machine
info for TI8148 EVM.
Signed-off-by: Hemant Pedanekar <hemantp@ti.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index b009f17dee56..6d226a76d057 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -232,6 +232,7 @@ obj-$(CONFIG_MACH_CRANEBOARD) += board-am3517crane.o obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o obj-$(CONFIG_MACH_TI8168EVM) += board-ti8168evm.o +obj-$(CONFIG_MACH_TI8148EVM) += board-ti8168evm.o # Platform specific device init code |