diff options
author | Mike Rapoport | 2010-12-18 17:43:19 -0500 |
---|---|---|
committer | Albert Aribaud | 2011-02-02 00:54:43 +0100 |
commit | 36b4e2dddd3ee481411fa50e1c34dbf823eb5f5d (patch) | |
tree | 815f29ee7e67db5fb8866c965babae5f3693dc9f /doc/README.omap3 | |
parent | a4594e41b907f60c85ed1cf96b65602f6b587a50 (diff) |
OMAP3: add CM-T35 board
This patch adds support for CM-T35 board
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'doc/README.omap3')
-rw-r--r-- | doc/README.omap3 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/README.omap3 b/doc/README.omap3 index 6227151f8e9..460950dfd0e 100644 --- a/doc/README.omap3 +++ b/doc/README.omap3 @@ -21,6 +21,8 @@ Currently the following boards are supported: * TI/Logic PD Zoom 2 [7] +* CompuLab Ltd. CM-T35 [8] + Toolchain ========= @@ -61,6 +63,11 @@ make make omap3_zoom2_config make +* CM-T35: + +make cm_t35_config +make + Custom commands =============== @@ -119,7 +126,7 @@ To read a bit : Acknowledgements ================ -OMAP3 U-Boot is based on U-Boot tar ball [8] for BeagleBoard and EVM done by +OMAP3 U-Boot is based on U-Boot tar ball [9] for BeagleBoard and EVM done by several TI employees. Links @@ -153,6 +160,11 @@ http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit [7] TI/Logic PD Zoom 2 http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf -[8] TI OMAP3 U-Boot: + +[8] CompuLab Ltd. CM-T35: + +http://www.compulab.co.il/t3530/html/t3530-cm-datasheet.htm + +[9] TI OMAP3 U-Boot: http://beagleboard.googlecode.com/files/u-boot_beagle_revb.tar.gz |