commit | 7613afda77d5eec0f47d303025b0c661b70e4c73 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Wed Aug 15 20:03:44 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 16 12:12:53 2007 +0200 |
tree | ccf0fceb569527e0c5242ab152f00b60697a1cdd | |
parent | b96c83d4ae475a70ef2635cd0e748174c44c8601 [diff] |
Don't wait for disconnected TSECs The TSEC driver's PHY code waits a long time for autonegotiation to complete, even if the link is down. The PHY knows the link is down or up before autonegotiation completes, so we can short-circuit the process if the link is down. Signed-off-by: Andy Fleming <afleming@freescale.com>