summaryrefslogtreecommitdiff
path: root/boot/bootm.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-27 18:25:36 +0300
committerTom Rini <trini@konsulko.com>2022-12-08 00:04:17 +0300
commite524f3a449f58e2ef967fb9b64b01db3d099a27a (patch)
treec43505efa6b8a29f4382024c6ef606e9a9d34d94 /boot/bootm.c
parent9e0bcf8043084515fd7d0102b5f3192ae2be1124 (diff)
downloadu-boot-e524f3a449f58e2ef967fb9b64b01db3d099a27a.tar.xz
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.c3
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)