From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlev Zundel Date: Mon, 08 Mar 2010 15:05:02 +0100 Subject: [U-Boot] [PATCH] mpc5xxx: Remove all references to MGT5100 In-Reply-To: <1268052316-19153-1-git-send-email-dzu@denx.de> (Detlev Zundel's message of "Mon, 8 Mar 2010 13:45:16 +0100") References: <20100203141027.3B295E1C7DF@gemini.denx.de> <1268052316-19153-1-git-send-email-dzu@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Detlev Zundel writes: > We do not support a processor that never reached a real customer. > > Signed-off-by: Detlev Zundel > --- > > 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