From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 13 Mar 2008 07:58:07 +0100 Subject: [U-Boot-Users] [PATCH 08/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) In-Reply-To: <20080312231527.GL18968@game.jcrosoft.org> References: <1205252122-6297-1-git-send-email-sr@denx.de> <1205252122-6297-8-git-send-email-sr@denx.de> <20080312231527.GL18968@game.jcrosoft.org> Message-ID: <200803130758.08097.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 13 March 2008, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:15 Tue 11 Mar , Stefan Roese wrote: > > This patch adds basic support for the AMCC 460EX/460GT PPC's. > > > > Signed-off-by: Stefan Roese > > -#define UIC_UIC1C 0x00000001 /* */ > > +#define UICB0_UIC2NCI 0x00000008 /* */ > > +#define UICB0_UIC2CI 0x00000004 /* */ > > +#define UICB0_UIC1NCI 0x00000002 /* */ > > +#define UICB0_UIC1CI 0x00000001 /* */ > > + > > +#define UICB0_ALL (UICB0_UIC1CI | UICB0_UIC1NCI | \ > > + UICB0_UIC1CI | UICB0_UIC2NCI) > > > > #define UIC_MAL_TXEOB UIC_MTE/* MAL TXEOB */ > > ^ > > > #define UIC_MAL_RXEOB UIC_MRE/* MAL RXEOB */ > > ^ > Could you remove the whitespace btw This is not part of the original patch. I'll try to come up with an additional patch to fix this. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================