mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02: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:
@@ -597,7 +597,6 @@ U_BOOT_CMD(
|
||||
|
||||
#endif /* CONFIG_CMD_LINK_LOCAL */
|
||||
|
||||
#ifdef CONFIG_DM_ETH
|
||||
static int do_net_list(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
{
|
||||
const struct udevice *current = eth_get_dev();
|
||||
@@ -640,7 +639,6 @@ U_BOOT_CMD(
|
||||
"NET sub-system",
|
||||
"list - list available devices\n"
|
||||
);
|
||||
#endif // CONFIG_DM_ETH
|
||||
|
||||
#if defined(CONFIG_CMD_NCSI)
|
||||
static int do_ncsi(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])
|
||||
|
Reference in New Issue
Block a user