Add support for AP1000 board.
Patch by James MacAulay, 07 Oct 2005
diff --git a/net/eth.c b/net/eth.c
index aa45b75..fe1edd1 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -125,7 +125,7 @@
 #ifdef CONFIG_DB64460
 	mv6446x_eth_initialize(bis);
 #endif
-#if defined(CONFIG_4xx) && !defined(CONFIG_IOP480)
+#if defined(CONFIG_4xx) && !defined(CONFIG_IOP480) && !defined(CONFIG_AP1000)
 	ppc_4xx_eth_initialize(bis);
 #endif
 #ifdef CONFIG_INCA_IP_SWITCH