summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index e9c8734ecb5..4e9bc9491a0 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -434,7 +434,7 @@ config BOOT_DEFAULTS_CMDS
select CMD_PXE if CMD_NET
select CMD_BOOTI if ARM64
select CMD_BOOTZ if ARM && !ARM64
- imply CMD_MII if NET
+ imply CMD_MII if NET || NET_LWIP
config BOOT_DEFAULTS
bool # Common defaults for standard boot and distroboot