mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
0b7c563989
commit
7238ada313
@ -364,7 +364,7 @@ int mpc512x_fec_init_phy (struct eth_device *dev, bd_t * bis)
|
|||||||
/*
|
/*
|
||||||
* Wait for AN completion
|
* Wait for AN completion
|
||||||
*/
|
*/
|
||||||
timeout = 50000;
|
timeout = 2500;
|
||||||
do {
|
do {
|
||||||
udelay (1000);
|
udelay (1000);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user