mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
efi: Select also CMD_DHCP from EFI_HTTP_BOOT
This is needed because distro_efi_read_bootflow_net will then need dhcp_run which is not already enabled by CMD_NET. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
4910a7cc69
commit
6deac6147b
@@ -565,6 +565,7 @@ config EFI_HTTP_BOOT
|
||||
bool "EFI HTTP Boot support"
|
||||
depends on NET || NET_LWIP
|
||||
select CMD_NET
|
||||
select CMD_DHCP
|
||||
select CMD_DNS
|
||||
select CMD_WGET
|
||||
select BLKMAP
|
||||
|
||||
Reference in New Issue
Block a user