
Dear Tom Rix,
In message 1238602273-27252-1-git-send-email-Tom.Rix@windriver.com you 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
...
diff --git a/board/omap3/zoom2/zoom2.c b/board/omap3/zoom2/zoom2.c new file mode 100644 index 0000000..f861691 --- /dev/null +++ b/board/omap3/zoom2/zoom2.c
...
+/******************************************************************************
- Routine: board_init
- Description: Early hardware init.
- *****************************************************************************/
Here and everywhere else: incorrect multiline comment style. Please fix everywhere.
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h new file mode 100644 index 0000000..9ea8ea0
...
+/* Clock Defines */ +#define V_OSCK 26000000 /* Clock output from T2 */
Here and in some other places: line too long. Please fix everywhere.
Best regards,
Wolfgang Denk