commit | 0419d914bacfe3df5391f8fd517a1a185625e956 | [log] [tgz] |
---|---|---|
author | Tom Rix <Tom.Rix@windriver.com> | Fri May 15 23:48:36 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:39:50 2009 +0200 |
tree | ced869a84b030e02160de88bfd589417398a97d9 | |
parent | d608849cae8dcec7239cf38b3e4cf1399d4ebfed [diff] [blame] |
ZOOM2 Add initial support for Zoom2 Zoom2 is a new board from Texas Instruments and LogicPD The logicpd web site is a good source for general information on this board. Please start looking here if the below links are broken. http://www.logicpd.com This is a pdf of the product http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf This is the product description web page http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp This patch provides a zoom2 base target by copying zoom1 and by making some obvious changes. To configure, run make omap3_zoom2_config Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
diff --git a/MAKEALL b/MAKEALL index 57dd425..9b48773 100755 --- a/MAKEALL +++ b/MAKEALL
@@ -562,6 +562,7 @@ omap3_evm \ omap3_pandora \ omap3_zoom1 \ + omap3_zoom2 \ " #########################################################################