浏览代码

MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 16 年之前
父节点
当前提交
7238ada313
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/mpc512x_fec.c

+ 1 - 1
drivers/net/mpc512x_fec.c

@@ -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);