mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
boot: availability of command mii for NET_LWIP
If we are using the legacy or the LWIP network stack, should not influence our decision to provide command `mii`. Let BOOT_DEFAULTS_CMDS imply MII if either of the network stacks is available. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Jerome Forissier
parent
96d9e7c464
commit
841e23d686
@@ -435,7 +435,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
|
||||
|
||||
Reference in New Issue
Block a user