[U-Boot] [PATCH] ZOOM2 Add initial support for Zoom2
Wolfgang Denk
wd at denx.de
Wed Apr 1 22:19:27 CEST 2009
Dear Tom Rix,
In message <1238602273-27252-1-git-send-email-Tom.Rix at 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%84%A2-omap34x-ii-mdp
>
> 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
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Your own mileage may vary.
More information about the U-Boot
mailing list