diff options
author | Wolfgang Denk <wd@denx.de> | 2008-08-28 00:39:43 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-28 00:39:43 +0200 |
commit | 33aa4eac66b71c797bbc13b3afe432a2132947d4 (patch) | |
tree | b77aab41045c87599339ec78432b66cdc2a3af40 /cpu | |
parent | 5798b1c4650e9a8713c95b25c1e669a2bc80a97b (diff) | |
parent | ae9e1b579ea2ce23e531fd59a52423fd18effe77 (diff) |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/mpc5xxx/fec.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpu/mpc5xxx/fec.c b/cpu/mpc5xxx/fec.c index 82640ab7718..bf804ee595e 100644 --- a/cpu/mpc5xxx/fec.c +++ b/cpu/mpc5xxx/fec.c @@ -474,8 +474,9 @@ static int mpc5xxx_fec_init_phy(struct eth_device *dev, bd_t * bis) miiphy_write(dev->name, phyAddr, 0x0, 0x8000); udelay(1000); -#if defined(CONFIG_UC101) - /* Set the LED configuration Register for the UC101 Board */ +#if defined(CONFIG_UC101) || defined(CONFIG_MUCMC52) + /* Set the LED configuration Register for the UC101 + and MUCMC52 Board */ miiphy_write(dev->name, phyAddr, 0x14, 0x4122); #endif if (fec->xcv_type == MII10) { @@ -897,6 +898,7 @@ int mpc5xxx_fec_initialize(bd_t * bis) defined(CONFIG_JUPITER) || \ defined(CONFIG_MCC200) || \ defined(CONFIG_MOTIONPRO) || \ + defined(CONFIG_MUCMC52) || \ defined(CONFIG_O2DNT) || \ defined(CONFIG_PM520) || \ defined(CONFIG_TOP5200) || \ |