summaryrefslogtreecommitdiffstats
path: root/net/eth.c
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-08-31 10:03:22 -0700
committerBen Warren <biggerbadderben@gmail.com>2008-09-02 21:18:16 -0700
commit19403633dd70333893c2da7926a1d0dcd6dab7d8 (patch)
treed3221ae7aec8fde6b0f94d99bb42a7afdbd9a139 /net/eth.c
parentccdd12f83ef93719fbe85f642aa4dc648b9498f0 (diff)
downloadblackbird-obmc-uboot-19403633dd70333893c2da7926a1d0dcd6dab7d8.tar.gz
blackbird-obmc-uboot-19403633dd70333893c2da7926a1d0dcd6dab7d8.zip
Moved initialization of NS8382X Ethernet controller to board_eth_init()
Affected boards: bc3450 cpci5200 mecp5200 pf2000 icecube o2dnt pm520 sandpoint8245 total5200 tqm5200 Removed initialization of the driver from net/eth.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/eth.c b/net/eth.c
index 65ebf2df02..b846cad4ff 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -56,7 +56,6 @@ extern int mpc8220_fec_initialize(bd_t*);
extern int mv6436x_eth_initialize(bd_t *);
extern int mv6446x_eth_initialize(bd_t *);
extern int natsemi_initialize(bd_t*);
-extern int ns8382x_initialize(bd_t*);
extern int pcnet_initialize(bd_t*);
extern int plb2800_eth_initialize(bd_t*);
extern int ppc_4xx_eth_initialize(bd_t *);
@@ -238,9 +237,6 @@ int eth_initialize(bd_t *bis)
#ifdef CONFIG_NATSEMI
natsemi_initialize(bis);
#endif
-#ifdef CONFIG_NS8382X
- ns8382x_initialize(bis);
-#endif
if (!eth_devices) {
puts ("No ethernet found.\n");
show_boot_progress (-64);
OpenPOWER on IntegriCloud