diff options
author | wdenk <wdenk> | 2004-05-12 22:18:31 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-05-12 22:18:31 +0000 |
commit | 6c1362cf637ccaa89806edf70f000009672c509e (patch) | |
tree | 088aa85880ed8be9377fb6261fd250cc574e4c7e /CHANGELOG | |
parent | 953e2062c00e47995bc46f9041717d18c7bad7f0 (diff) | |
download | u-boot-imx-6c1362cf637ccaa89806edf70f000009672c509e.zip u-boot-imx-6c1362cf637ccaa89806edf70f000009672c509e.tar.gz u-boot-imx-6c1362cf637ccaa89806edf70f000009672c509e.tar.bz2 |
Fix minor network problem on MPC5200
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes since U-Boot 1.1.1: ====================================================================== +* Fix minor network problem on MPC5200: need some delay between + resetting the PHY and sending the first packet. Implemented in a + "natural" way by invoking the PHY reset and initialization code + only once after power on vs. each time the interface is brought up. + * Add some limited support for low-speed devices to SL811 USB controller (at least "usb reset" now passes successfully and "usb info" displays correct information) |