mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
warp7: Remove legacy non-DM_ETH code
Now that we are about to enable DM_ETH by default, remove legacy code. Cc: Fabio Estevam <festevam@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
7a83f2bac9
commit
2b882f3d96
1 changed files with 0 additions and 13 deletions
|
@ -66,19 +66,6 @@ int power_init_board(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
int board_eth_init(struct bd_info *bis)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
#ifdef CONFIG_USB_ETHER
|
||||
ret = usb_eth_initialize(bis);
|
||||
if (ret < 0)
|
||||
printf("Error %d registering USB ether.\n", ret);
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
|
|
Loading…
Reference in a new issue