summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2013-11-11 20:12:19 +0100
committerTom Rini <trini@ti.com>2013-11-11 14:46:24 -0500
commit649acfe149e8a534a17eab54004a51d69b5556ed (patch)
tree39de944584888ad138b64f5fc25462ded9fea8ab /drivers
parentd770f3961f44295509ad23b7f056d9a37b947601 (diff)
downloadblackbird-obmc-uboot-649acfe149e8a534a17eab54004a51d69b5556ed.tar.gz
blackbird-obmc-uboot-649acfe149e8a534a17eab54004a51d69b5556ed.zip
MPC824x: remove obsolete "PN62" board
The MPC824x processors have long reached EOL, and the PN62 board has not seen any board-specific updates for more than a decade. It is now causing build issues. Instead of wasting time on things nobody is interested in any more, we rather drop this board. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Wolfgang Grandegger <wg@grandegger.com> cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/pcnet.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/pcnet.c b/drivers/net/pcnet.c
index 5b248bee43..71a3110712 100644
--- a/drivers/net/pcnet.c
+++ b/drivers/net/pcnet.c
@@ -291,16 +291,6 @@ static int pcnet_init(struct eth_device *dev, bd_t *bis)
/* Switch pcnet to 32bit mode */
pcnet_write_bcr(dev, 20, 2);
-#ifdef CONFIG_PN62
- /* Setup LED registers */
- val = pcnet_read_bcr(dev, 2) | 0x1000;
- pcnet_write_bcr(dev, 2, val); /* enable LEDPE */
- pcnet_write_bcr(dev, 4, 0x5080); /* 100MBit */
- pcnet_write_bcr(dev, 5, 0x40c0); /* LNKSE */
- pcnet_write_bcr(dev, 6, 0x4090); /* TX Activity */
- pcnet_write_bcr(dev, 7, 0x4084); /* RX Activity */
-#endif
-
/* Set/reset autoselect bit */
val = pcnet_read_bcr(dev, 2) & ~2;
val |= 2;
OpenPOWER on IntegriCloud