[U-Boot-Users] [PATCH 08/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Mar 13 00:15:27 CET 2008
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
> diff --git a/include/ppc4xx_enet.h b/include/ppc4xx_enet.h
> index 317604a..0208454 100644
More information about the U-Boot
mailing list