diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-02-04 15:14:05 -0600 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-08-21 10:35:30 -0700 |
commit | b1e849f2201bbbf3ca81fde164f154f9caf7f0e9 (patch) | |
tree | 12133d4f01af09b347e49ac35311edbb925ec6cf /include/image.h | |
parent | 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371 (diff) | |
download | u-boot-imx-b1e849f2201bbbf3ca81fde164f154f9caf7f0e9.zip u-boot-imx-b1e849f2201bbbf3ca81fde164f154f9caf7f0e9.tar.gz u-boot-imx-b1e849f2201bbbf3ca81fde164f154f9caf7f0e9.tar.bz2 |
tsec: Wait for auto-negotiation to complete without link
Previously, waiting for auto-negotiation would only occur if a valid
link had been detected. Problems arose when attempting to use a
tsec immediately after bootup but before link was achieved, eg:
=> dhcp
Auto-neg error, defaulting to 10BT/HD
eTSEC1: No link.
Auto-neg error, defaulting to 10BT/HD
eTSEC2: No link.
=>
With this patch applied the same operation as above resulted in:
=> dhcp
Waiting for PHY auto negotiation to complete. done
Enet starting in 1000BT/FD
Speed: 1000, full duplex
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/image.h')
0 files changed, 0 insertions, 0 deletions