
Dirk Behme wrote:
Hi Tom,
Tom Rix wrote:
Zoom2 is a new board from Texas Instruments and LogicPD This is the product description http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%8...
This patch provides a zoom2 base target by copying zoom1 and by making some obvious changes. This target compiles but does not yet run.
To configure, run make omap3_zoom2_config
Signed-off-by: Tom Rix Tom.Rix@windriver.com
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/omap3/common/Makefile | 1 + board/omap3/zoom2/Makefile | 49 +++++++ board/omap3/zoom2/config.mk | 33 +++++ board/omap3/zoom2/u-boot.lds | 63 +++++++++ board/omap3/zoom2/zoom2.c | 79 +++++++++++ board/omap3/zoom2/zoom2.h | 134 ++++++++++++++++++ include/configs/omap3_zoom2.h | 311 +++++++++++++++++++++++++++++++++++++++++
I'm not sure if I overlooked it in one of the other patches, but if not: Do you like to update
doc/README.omap3
too?
Yes. I will do this. Tom
Best regards
Dirk