diff options
author | Stefan Roese <sr@denx.de> | 2007-04-18 12:13:51 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-18 12:13:51 +0200 |
commit | afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3 (patch) | |
tree | 3ebdd6d931b0ce09acf276903d83a801eed2d9f9 /cpu | |
parent | 3747a3f010b2b1442dec3e871c69788b6017aaae (diff) | |
parent | 8048cdd56f04a756eeea4951f402bf5cc33785db (diff) | |
download | u-boot-imx-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.zip u-boot-imx-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.tar.gz u-boot-imx-afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/mpc5xxx/fec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/mpc5xxx/fec.c b/cpu/mpc5xxx/fec.c index 13a3870..e59bd85 100644 --- a/cpu/mpc5xxx/fec.c +++ b/cpu/mpc5xxx/fec.c @@ -467,6 +467,10 @@ 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 */ + miiphy_write(dev->name, phyAddr, 0x14, 0x4122); +#endif if (fec->xcv_type == MII10) { /* * Force 10Base-T, FDX operation |