mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-03 03:32:58 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user