mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
vinco: Remove legacy non-DM_ETH code
Now that we are about to enable DM_ETH by default, remove legacy code. Cc: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
6dcca22f77
commit
7a83f2bac9
1 changed files with 0 additions and 3 deletions
|
@ -204,9 +204,6 @@ int board_eth_init(struct bd_info *bis)
|
|||
|
||||
#ifdef CONFIG_USB_GADGET_ATMEL_USBA
|
||||
usba_udc_probe(&pdata);
|
||||
#ifdef CONFIG_USB_ETH_RNDIS
|
||||
usb_eth_initialize(bis);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
return rc;
|
||||
|
|
Loading…
Add table
Reference in a new issue