commit | 1582e438ba099fb6f5831e69a543b07664e0c8d5 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Sep 11 11:58:28 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 24 13:41:21 2024 -0600 |
tree | 974ab44a0499a023d3577a9c0ee9cb0377648221 | |
parent | bd6b3baa5ee8218b468876730dd201627918f269 [diff] [blame] |
cmd: pxe: CMD_PXE implies CMD_TFTPBOOT cmd/pxe.c (CMD_PXE) calls do_get_tftp() (CMD_TFTPBOOT) therefore add an "imply" to cmd/Kconfig. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 43f78a5..83c8281 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -2099,6 +2099,7 @@ config CMD_PXE bool "pxe" select PXE_UTILS + imply CMD_TFTPBOOT help Boot image via network using PXE protocol