diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2014-11-05 14:25:35 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-06 11:04:41 -0500 |
commit | b09bf72317e3bb939d29fbfc149fa0a2d993c48a (patch) | |
tree | 26947a2b1f3926a8a2e35e9589167a56b45f7166 /board/compulab/cm_t3517/Makefile | |
parent | 0b03a931abcc7572489be07bee169a6d9a23832a (diff) | |
download | u-boot-imx-b09bf72317e3bb939d29fbfc149fa0a2d993c48a.zip u-boot-imx-b09bf72317e3bb939d29fbfc149fa0a2d993c48a.tar.gz u-boot-imx-b09bf72317e3bb939d29fbfc149fa0a2d993c48a.tar.bz2 |
omap3: cm-t3517: add basic board support
CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC.
Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT,
Analog audio codec, touch screen controller, LED.
Add basic support including:
LED, Serial console, NAND, MMC, GPIO, I2C, 256MB DRAM.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/compulab/cm_t3517/Makefile')
-rw-r--r-- | board/compulab/cm_t3517/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/compulab/cm_t3517/Makefile b/board/compulab/cm_t3517/Makefile new file mode 100644 index 0000000..4f0db01 --- /dev/null +++ b/board/compulab/cm_t3517/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2014 CompuLab, Ltd. <www.compulab.co.il> +# +# Authors: Igor Grinberg <grinberg@compulab.co.il> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += cm_t3517.o mux.o |