cmd/pxe.c (CMD_PXE) calls do_get_tftp() (CMD_TFTPBOOT) therefore add
an "imply" to cmd/Kconfig.

Signed-off-by: Jerome Forissier <jerome.foriss...@linaro.org>
Reviewed-by: Peter Robinson <pbrobin...@gmail.com>
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 978f44eda42..be15a4d2670 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2091,6 +2091,7 @@ config CMD_ETHSW
 config CMD_PXE
        bool "pxe"
        select PXE_UTILS
+       imply CMD_TFTPBOOT
        help
          Boot image via network using PXE protocol
 
-- 
2.40.1

Reply via email to