
13 Mar
2008
13 Mar
'08
12:15 a.m.
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@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