[U-Boot-Users] [PATCH] MAKEALL: add at91 list

Wolfgang Denk wd at denx.de
Sun Jul 6 00:32:01 CEST 2008


In message <1211626707-1983-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> 
> diff --git a/MAKEALL b/MAKEALL
> index 7360fa9..c8ee201 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -522,6 +522,24 @@ LIST_ARM11="		\
>  "
>  
>  #########################################################################
> +## AT91 Systems
> +#########################################################################
> +
> +LIST_at91="		\
> +	at91cap9adk	\
> +	at91rm9200dk	\
> +	at91sam9260ek	\
> +	at91sam9261ek	\
> +	at91sam9263ek	\
> +	at91sam9rlek	\
> +	cmc_pu2		\
> +	csb637		\
> +	kb9202		\
> +	mp2usb		\
> +	m501sk		\
> +"
> +
> +#########################################################################
>  ## Xscale Systems
>  #########################################################################
>  
> @@ -766,7 +784,7 @@ build_target() {
>  for arg in $@
>  do
>  	case "$arg" in
> -	arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa \
> +	arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \
>  	|avr32 \
>  	|blackfin \
>  	|coldfire \
> -- 

Adding the AT91 systems to a separate list may be a good idea, but if
you add systems to that list, you have to remove them from other lists
they are already listed on, i. e. here from the ARM9 list.

Please fix this and resubmit. Please do *not* apply as is.

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
Democracy is mob rule, but with income taxes.




More information about the U-Boot mailing list