mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
cmd: dhcp: Select CMD_BOOTP
The DHCP command depends on bootp_reset() function, which is implemented only if CMD_BOOTP is enabled. Select CMD_BOOTP to satisfy the dependency. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@nabladev.com> Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
committed by
Jerome Forissier
parent
2edd015cd5
commit
b3e303b60f
@@ -2195,6 +2195,7 @@ endif # if NET
|
||||
config CMD_DHCP
|
||||
bool "dhcp"
|
||||
select PROT_DHCP_LWIP if NET_LWIP
|
||||
select CMD_BOOTP
|
||||
help
|
||||
Boot image via network using DHCP/TFTP protocol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user