[U-Boot] [PATCH 4/4] arm, omap3: Add support for TechNexion modules
Wolfgang Denk
wd at denx.de
Mon Nov 21 10:54:15 CET 2011
Dear Tapani Utriainen,
In message <20111121165205.4624b13b at myhost> you wrote:
>
> Add support for TechNexion TDM3730 SoM
Please use a better Subject: and add a bit more of information to the
commit message itself.
> Signed-off-by: Tapani Utriainen <tapani at technexion.com>
> CC: Sandeep Paulraj <s-paulraj at ti.com>
> ---
> board/technexion/tdm3730/Makefile | 49 ++++
> board/technexion/tdm3730/tdm3730.c | 173 ++++++++++++++++
> board/technexion/tdm3730/tdm3730.h | 383 +++++++++++++++++++++++++++++++++++++
> boards.cfg | 1
> include/configs/tdm3730.h | 360 ++++++++++++++++++++++++++++++++++
> 5 files changed, 966 insertions(+)
Same comments as before, entry to MAINTAINERS missing, etc, etc,
> --- /dev/null
> +++ b/board/technexion/tdm3730/tdm3730.c
> @@ -0,0 +1,173 @@
> +/*
> + * TechNexion, <www.technexion.com>
> + *
> + * Maintainer :
> + * Tapani Utriainen <linuxfae at technexion.com>
This belongs into the MAINTAINERS file.
...
> +#define CONFIG_EXTRA_ENV_SETTINGS \
It appears the environment settings on these boards are pretty much
similar (which certainly makes sense). Please consider factoring out
these common parts into a separate header file instead of repeating
them all over.
> +#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
> +#define CONFIG_SYS_INIT_RAM_SIZE 0x800
Has this been tested?
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
Time is an illusion perpetrated by the manufacturers of space.
More information about the U-Boot
mailing list