MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
authorWolfgang Denk <wd@denx.de>
Fri, 12 Sep 2008 11:52:21 +0000 (13:52 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Sep 2008 11:52:21 +0000 (13:52 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
drivers/net/mpc512x_fec.c

index 54283fb..7078c4e 100644 (file)
@@ -364,7 +364,7 @@ int mpc512x_fec_init_phy (struct eth_device *dev, bd_t * bis)
                        /*
                         * Wait for AN completion
                         */
-                       timeout = 50000;
+                       timeout = 2500;
                        do {
                                udelay (1000);