mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
net: Remove eth_legacy.c
As there are no more non-DM_ETH cases for networking, remove this legacy file and update the Makefile to match current usage. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9e0bcf8043
commit
e524f3a449
8 changed files with 7 additions and 523 deletions
|
@ -29,11 +29,7 @@ int eth_env_set_enetaddr_by_index(const char *base_name, int index,
|
|||
|
||||
int eth_mac_skip(int index);
|
||||
void eth_current_changed(void);
|
||||
#ifdef CONFIG_DM_ETH
|
||||
void eth_set_dev(struct udevice *dev);
|
||||
#else
|
||||
void eth_set_dev(struct eth_device *dev);
|
||||
#endif
|
||||
void eth_set_current_to_next(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue