[PATCH v2 15/16] common: update: UPDATE_COMMON implies CMD_TFTPBOOT
Peter Robinson
pbrobinson at gmail.com
Fri Aug 30 14:01:00 CEST 2024
On Fri, 30 Aug 2024 at 11:17, Jerome Forissier
<jerome.forissier at linaro.org> wrote:
>
> common/update.c (UPDATE_COMMON) depends on tftp_timeout_ms which is
> defined in cmd/tftp.c (CMD_TFTPBOOT). Therefore add the appropriate
> imply statement to Kconfig.
>
> Signed-off-by: Jerome Forissier <jerome.forissier at linaro.org>
Reviewed-by: Peter Robinson <pbrobinson at gmail.com>
> ---
> common/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 83c81edac2..968d4fb66a 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -934,6 +934,7 @@ menu "Update support"
> config UPDATE_COMMON
> bool
> select DFU_WRITE_ALT
> + imply CMD_TFTPBOOT
>
> config UPDATE_TFTP
> bool "Auto-update using fitImage via TFTP"
> --
> 2.40.1
>
More information about the U-Boot
mailing list