summaryrefslogtreecommitdiffstats
path: root/net/eth.c
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-08-31 09:59:33 -0700
committerBen Warren <biggerbadderben@gmail.com>2008-09-02 21:18:16 -0700
commitccdd12f83ef93719fbe85f642aa4dc648b9498f0 (patch)
tree172383dede7a00bdac46164664d13da50c58586e /net/eth.c
parent0b252f50ae218ae15bfb63af44227972686ebc56 (diff)
downloadtalos-obmc-uboot-ccdd12f83ef93719fbe85f642aa4dc648b9498f0.tar.gz
talos-obmc-uboot-ccdd12f83ef93719fbe85f642aa4dc648b9498f0.zip
Moved initialization of TSI108 Ethernet controller to board_eth_init()
Affected boards: mpc7448hpc2 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 092d42681e..65ebf2df02 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -61,7 +61,6 @@ extern int pcnet_initialize(bd_t*);
extern int plb2800_eth_initialize(bd_t*);
extern int ppc_4xx_eth_initialize(bd_t *);
extern int scc_initialize(bd_t*);
-extern int tsi108_eth_initialize(bd_t*);
extern int npe_initialize(bd_t *);
extern int uec_initialize(int);
@@ -242,9 +241,6 @@ int eth_initialize(bd_t *bis)
#ifdef CONFIG_NS8382X
ns8382x_initialize(bis);
#endif
-#if defined(CONFIG_TSI108_ETH)
- tsi108_eth_initialize(bis);
-#endif
if (!eth_devices) {
puts ("No ethernet found.\n");
show_boot_progress (-64);
OpenPOWER on IntegriCloud