dt: bcm968580xref: enable nand controller
[oweals/u-boot.git] / net / eth_legacy.c
index d2e16b8fa3da63beb44653a2838c228979ee5be0..e250a430f333aa66d1774346377efdc93b908d3f 100644 (file)
@@ -291,7 +291,6 @@ int eth_initialize(void)
        return num_devices;
 }
 
-#ifdef CONFIG_MCAST_TFTP
 /* Multicast.
  * mcast_addr: multicast ipaddr from which multicast Mac is made
  * join: 1=join, 0=leave.
@@ -310,9 +309,6 @@ int eth_mcast_join(struct in_addr mcast_ip, int join)
        return eth_current->mcast(eth_current, mcast_mac, join);
 }
 
-#endif
-
-
 int eth_init(void)
 {
        struct eth_device *old_current;