mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 04:17:09 +00:00
ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
I lately noticed, that newer 4xx board with GBit support sometimes don't finish link autonegotiation in 4 seconds. Changing this timeout to 5 seconds seems fine here. Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2d83476a4c
commit
1338e6a818
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
#endif
|
||||
|
||||
#define EMAC_RESET_TIMEOUT 1000 /* 1000 ms reset timeout */
|
||||
#define PHY_AUTONEGOTIATE_TIMEOUT 4000 /* 4000 ms autonegotiate timeout */
|
||||
#define PHY_AUTONEGOTIATE_TIMEOUT 5000 /* 5000 ms autonegotiate timeout */
|
||||
|
||||
/* Ethernet Transmit and Receive Buffers */
|
||||
/* AS.HARNOIS
|
||||
|
|
Loading…
Add table
Reference in a new issue