summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-15 23:26:07 +0900
committerTom Rini <trini@ti.com>2015-01-05 12:08:51 -0500
commitceaf499b5050c439448d85473ec1f87a033f6248 (patch)
tree1b9d8080ae6caab39ae13df9caf20c1e9c1382ac /drivers/net
parent5d2a5ef712914fe1c3edfcde78134dc4dc83f461 (diff)
downloadtalos-obmc-uboot-ceaf499b5050c439448d85473ec1f87a033f6248.tar.gz
talos-obmc-uboot-ceaf499b5050c439448d85473ec1f87a033f6248.zip
powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Heiko Schocher <hs@denx.de> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/mpc5xxx_fec.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/mpc5xxx_fec.c b/drivers/net/mpc5xxx_fec.c
index 1093ba59da..d9d6f4f28b 100644
--- a/drivers/net/mpc5xxx_fec.c
+++ b/drivers/net/mpc5xxx_fec.c
@@ -476,11 +476,6 @@ 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) || 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) {
/*
* Force 10Base-T, FDX operation
OpenPOWER on IntegriCloud