mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Moved initialization of E1000 Ethernet controller to board_eth_init()
Affected boards: ap1000 mvbc_p PM854 Removed initialization of the driver from net/eth.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
@ -3059,5 +3059,5 @@ e1000_initialize(bd_t * bis)
|
||||
|
||||
card_number++;
|
||||
}
|
||||
return 1;
|
||||
return card_number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user