]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/link_local.c
Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0
[karo-tx-uboot.git] / net / link_local.c
index 582d0115b7673d7c9fabc11dfdafa20300d80815..d52f13adb45deca75d52cabaaecc592963b2ca5f 100644 (file)
@@ -225,12 +225,13 @@ void link_local_receive_arp(struct arp_hdr *arp, int len)
                        timeout_ms = diff | 1; /* never 0 */
                }
        }
-/*
- * XXX Don't bother with ethernet link just yet
+#if 0
+ /* XXX Don't bother with ethernet link just yet */
        if ((fds[0].revents & POLLIN) == 0) {
                if (fds[0].revents & POLLERR) {
-                       // FIXME: links routinely go down;
-                       // this shouldn't necessarily exit.
+                       /*
+                        * FIXME: links routinely go down;
+                        */
                        bb_error_msg("iface %s is down", eth_get_name());
                        if (ready) {
                                run(argv, "deconfig", &ip);
@@ -239,7 +240,7 @@ void link_local_receive_arp(struct arp_hdr *arp, int len)
                }
                continue;
        }
-*/
+#endif
 
        debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n",
                eth_get_name(), ntohs(arp->ar_pro),