]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/bcm570x.c
MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
[karo-tx-uboot.git] / drivers / net / bcm570x.c
index 5ad31d1fdb6e29145ec4ed7e944f053a89fe1cd8..6b28b95ebc6418471594252c817f016dead63065 100644 (file)
@@ -6,9 +6,6 @@
 
 #include <common.h>
 
-#if defined(CONFIG_CMD_NET) \
-       && (!defined(CONFIG_NET_MULTI)) && defined(CONFIG_BCM570x)
-
 #ifdef CONFIG_BMW
 #include <mpc824x.h>
 #endif
@@ -1599,5 +1596,3 @@ PQQ_ENTRY QQ_GetTail (PQQ_CONTAINER pQueue, unsigned int Idx)
 
        return pQueue->Array[Idx];
 }
-
-#endif