]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/eth.c
Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git
[karo-tx-uboot.git] / net / eth.c
index 022d423d59336126525ece87368f681b751aaf98..cca93920594b521b634c8315462b1518d4208350 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -143,13 +143,10 @@ int eth_initialize(bd_t *bis)
        miiphy_init();
 #endif
 
-#ifdef CONFIG_DB64360
+#if defined(CONFIG_DB64360) || defined(CONFIG_CPCI750)
        mv6436x_eth_initialize(bis);
 #endif
-#ifdef CONFIG_CPCI750
-       mv6436x_eth_initialize(bis);
-#endif
-#ifdef CONFIG_DB64460
+#if defined(CONFIG_DB64460) || defined(CONFIG_P3Mx)
        mv6446x_eth_initialize(bis);
 #endif
 #if defined(CONFIG_4xx) && !defined(CONFIG_IOP480) && !defined(CONFIG_AP1000)