commit | 985a91033af7331dee16758e115b1ae6bdbc633a | [log] [tgz] |
---|---|---|
author | Markus Klotzbuecher <mk@denx.de> | Wed Jul 12 09:08:36 2006 +0200 |
committer | Markus Klotzbuecher <mk@pollux.denx.de> | Wed Jul 12 09:08:36 2006 +0200 |
tree | 0beb25e5ab6aeeae10b81b19152bbdcb6aee8151 | |
parent | 8f82485a1c02ec985becf0cb0e40619f10e1b67d [diff] |
Bugfix in FEC initialisation: All MII configuration is done via FEC1 registers. But MII_SPEED was configured according to FEC used. So if only FEC2 was used, this caused the real MII_SPEED register in FEC1 to stay uninitalised, what lead to "mii_send STUCK!" messages. Fix: always configure MII_SPEED on FEC1 only.