]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/4xx_enet.c
net: emaclite: Setup RX/TX ping pong for every instance
[u-boot] / drivers / net / 4xx_enet.c
index f328574fe4b3cf86dbcdc691b14e83397437e9b2..9ab5c8028c0bc7dff770e03cb056e94694709336 100644 (file)
 #error "CONFIG_MII has to be defined!"
 #endif
 
-#if defined(CONFIG_NETCONSOLE) && !defined(CONFIG_NET_MULTI)
-#error "CONFIG_NET_MULTI has to be defined for NetConsole"
-#endif
-
 #define EMAC_RESET_TIMEOUT 1000 /* 1000 ms reset timeout */
 #define PHY_AUTONEGOTIATE_TIMEOUT 5000 /* 5000 ms autonegotiate timeout */
 
@@ -1704,7 +1700,7 @@ int enetInt (struct eth_device *dev)
                        rc = 0;
                }
 
-               /* handle MAL RX EOB interupt from a receive */
+               /* handle MAL RX EOB interrupt from a receive */
                /* check for EOB on valid channels           */
                if (uic_mal & UIC_MAL_RXEOB) {
                        mal_eob = mfdcr(MAL0_RXEOBISR);