[U-Boot] [PATCH 15/28] SPEAr : spear1300 SoC support added

Wolfgang Denk wd at denx.de
Fri Jul 16 00:04:58 CEST 2010


Dear Vipin KUMAR,

In message <1279084204-3263-16-git-send-email-vipin.kumar at st.com> you wrote:
> From: Vipin KUMAR <vipin.kumar at st.com>
> 
> SPEAr1300 SoC support contains basic spear1300 support along with the
> usage of following drivers

Are you here adding support for a SoC or for a board???  Looks more
like board support to me...

...
> --- a/Makefile
> +++ b/Makefile
> @@ -2107,6 +2107,12 @@ spear600_usbtty_config \
>  spear600_usbtty_nand_config :	unconfig
>  	@$(MKCONFIG) -n $@ -t $@ spear6xx_evb arm arm926ejs $(@:_config=) spear spear
>  
> +spear1300_config \
> +spear1300_nand_config \
> +spear1300_usbtty_config \
> +spear1300_usbtty_nand_config :	unconfig
> +	@$(MKCONFIG) -n $@ -t $(@:_config=) spear13xx_evb arm arm_cortexa8 spear1300 spear spear13xx

NAK.

Please use boards.cfg instead.


...
> +int misc_init_r(void)
> +{
> +	setenv("verify", "n");

NAK.

Please don't mess with things a user might want to do differently.

You can add this as default settingin your environment, but please
allow the user to dicede otherwise.



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
I paid too much for it, but its worth it.


More information about the U-Boot mailing list