[U-Boot-Users] [PATCH 08/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
Stefan Roese
sr at denx.de
Thu Mar 13 07:58:07 CET 2008
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 <sr at denx.de>
> > -#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
=====================================================================
More information about the U-Boot
mailing list