On 23/03/2026 20:52, Tom Rini wrote:
> The CMD_PXE functionality can only build with CMD_TFTPBOOT enabled (or
> we get undefined references to do_tftpb), so express this dependency in
> Kconfig.
> 
> Signed-off-by: Tom Rini <[email protected]>
> ---
> Cc: Jerome Forissier <[email protected]>
> ---
>  cmd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Added to net-next, thanks!

-- 
Jerome

> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index a90102b8cd73..1210e8b9dae0 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -2313,7 +2313,7 @@ config WGET_BUILTIN_CACERT_PATH
>  config CMD_PXE
>       bool "pxe"
>       select PXE_UTILS
> -     imply CMD_TFTPBOOT
> +     select CMD_TFTPBOOT
>       help
>         Boot image via network using PXE protocol
>  

Reply via email to