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 <[EMAIL PROTECTED]> > > -#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: [EMAIL PROTECTED] ===================================================================== ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
