Bugfix in FEC initialisation:
authorMarkus Klotzbuecher <mk@denx.de>
Wed, 12 Jul 2006 07:08:36 +0000 (09:08 +0200)
committerMarkus Klotzbuecher <mk@pollux.denx.de>
Wed, 12 Jul 2006 07:08:36 +0000 (09:08 +0200)
commitd6cc73e4e70a7f8712c52ef9d93a19a906cc3d4b
tree0beb25e5ab6aeeae10b81b19152bbdcb6aee8151
parentb02d0177c1ef5be98576dade8f1cd0aed063bae5
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.
cpu/mpc8xx/fec.c