projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7c563
)
MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
author
Wolfgang Denk
<wd@denx.de>
Fri, 12 Sep 2008 11:52:21 +0000
(13:52 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/drivers/net/mpc512x_fec.c
b/drivers/net/mpc512x_fec.c
index 54283fb9d0af8bf808aff0ca153e4fe6c5a6a9f2..7078c4ef77ce4e2818ac2dee72ee0d5ebe72b76e 100644
(file)
--- a/
drivers/net/mpc512x_fec.c
+++ b/
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 =
500
00;
+ timeout =
25
00;
do {
udelay (1000);