[U-Boot] [PATCH] mpc5xxx: Remove all references to MGT5100

Detlev Zundel dzu at denx.de
Mon Mar 8 15:05:02 CET 2010


Detlev Zundel <dzu at denx.de> writes:

> We do not support a processor that never reached a real customer.
>
> Signed-off-by: Detlev Zundel <dzu at denx.de>
> ---
>
> This is really -next stuff.  The patch was tested on lite5200b and
> on TQM5200.

[...]

> diff --git a/MAKEALL b/MAKEALL
> index 1e660b6..977a9f3 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -7,7 +7,7 @@ trap print_stats 0
>  # Determine number of CPU cores if no default was set
>  : ${BUILD_NCPUS:="`getconf _NPROCESSORS_ONLN`"}
>  
> -if [ "$BUILD_NCPUS" -gt 1 ]
> +if [ "$BUILD_NCPUS" -gt 0 ]
>  then
>  	JOBS="-j $((BUILD_NCPUS + 1))"
>  else

Ooops, this chunk slipped through the cracks and will be fixed in
subsequent versions, sorry.

Cheers
  Detlev

-- 
He who can properly define and divide is to be considered a god.
                                        -- Plato
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de


More information about the U-Boot mailing list