diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-27 10:25:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-07 16:04:17 -0500 |
commit | e524f3a449f58e2ef967fb9b64b01db3d099a27a (patch) | |
tree | c43505efa6b8a29f4382024c6ef606e9a9d34d94 /boot/bootm.c | |
parent | 9e0bcf8043084515fd7d0102b5f3192ae2be1124 (diff) | |
download | u-boot-e524f3a449f58e2ef967fb9b64b01db3d099a27a.tar.gz |
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>
Diffstat (limited to 'boot/bootm.c')
-rw-r--r-- | boot/bootm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/bootm.c b/boot/bootm.c index a4c0870c0f..15fce8ad95 100644 --- a/boot/bootm.c +++ b/boot/bootm.c @@ -475,9 +475,6 @@ ulong bootm_disable_interrupts(void) #ifdef CONFIG_NETCONSOLE /* Stop the ethernet stack if NetConsole could have left it up */ eth_halt(); -# ifndef CONFIG_DM_ETH - eth_unregister(eth_get_dev()); -# endif #endif #if defined(CONFIG_CMD_USB) |