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>
This commit is contained in:
Ben Warren
2008-08-31 09:59:33 -07:00
parent 0b252f50ae
commit ccdd12f83e
4 changed files with 12 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ int mcffec_initialize(bd_t *bis);
int rtl8139_initialize(bd_t *bis);
int rtl8169_initialize(bd_t *bis);
int skge_initialize(bd_t *bis);
int tsi108_eth_initialize(bd_t *bis);
int uli526x_initialize(bd_t *bis);
/* Boards with PCI network controllers can call this from their board_eth_init()