[U-Boot] [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.

1 Jun
2009
1 Jun
'09
2:09 p.m.
From: Richard Retanubun RichardRetanubun@RuggedCom.com
Signed-off-by: Richard Retanubun RichardRetanubun@RuggedCom.com --- drivers/net/mcfmii.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/mcfmii.c b/drivers/net/mcfmii.c index 4f1c0a0..4acc29e 100644 --- a/drivers/net/mcfmii.c +++ b/drivers/net/mcfmii.c @@ -270,7 +270,7 @@ void __mii_init(void) if ((status & linkgood) == linkgood) break;
- udelay(500); + udelay(1); } if (i >= MCFFEC_TOUT_LOOP) { printf("Link UP timeout\n");
--
1.5.6.4
5824
Age (days ago)
5824
Last active (days ago)
0 comments
1 participants
participants (1)
-
TsiChung Liew