CPCI750 board support added
[platform/kernel/u-boot.git] / net / eth.c
index f59a356..52e7a96 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -120,6 +120,9 @@ int eth_initialize(bd_t *bis)
 #ifdef CONFIG_DB64360
        mv6436x_eth_initialize(bis);
 #endif
+#ifdef CONFIG_CPCI750
+       mv6436x_eth_initialize(bis);
+#endif
 #ifdef CONFIG_DB64460
        mv6446x_eth_initialize(bis);
 #endif