commit | 4eb3dcf0b689fb8e57a2541efbf6e7d0c3c95394 | [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 | 088e82c8a6cfca962a8397426ad7a1b53d265105 [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>