diff options
author | Gerald Van Baren <vanbaren@cideas.com> | 2007-04-14 23:02:21 -0400 |
---|---|---|
committer | Gerald Van Baren <vanbaren@cideas.com> | 2007-04-14 23:02:21 -0400 |
commit | 6f1d57c567824b7e525ea36f972b662d67382f73 (patch) | |
tree | 0a6f9aaf0b86e4cbab8cace70e648a61cf6a014b /cpu | |
parent | c28abb9c614f65ce2096cc4a66fc886c77d0e5a4 (diff) | |
parent | 8048cdd56f04a756eeea4951f402bf5cc33785db (diff) | |
download | u-boot-imx-6f1d57c567824b7e525ea36f972b662d67382f73.zip u-boot-imx-6f1d57c567824b7e525ea36f972b662d67382f73.tar.gz u-boot-imx-6f1d57c567824b7e525ea36f972b662d67382f73.tar.bz2 |
Merge git://www.denx.de/git/u-boot into fdt-cmd
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 |