All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dfu: simplify the dependencies of DFU_TFTP
@ 2020-11-17  0:27 AKASHI Takahiro
  2020-11-18 16:31 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: AKASHI Takahiro @ 2020-11-17  0:27 UTC (permalink / raw)
  To: u-boot

Since CONFIG_UPDATE_COMMON always selects CONFIG_DFU_WRITE_ALT, we can
drop the latter from dependencies of CONFIG_DFU_TFTP.

Fixes: 3149e524fc1e ("common: update: add a generic interface for FIT
       image")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
---
 drivers/dfu/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig
index b7427fc4f0d6..121dc54f5463 100644
--- a/drivers/dfu/Kconfig
+++ b/drivers/dfu/Kconfig
@@ -20,9 +20,8 @@ config DFU_WRITE_ALT
 
 config DFU_TFTP
 	bool "DFU via TFTP"
-	select DFU_WRITE_ALT
-	select DFU_OVER_TFTP
 	select UPDATE_COMMON
+	select DFU_OVER_TFTP
 	help
 	  This option allows performing update of DFU-managed medium with data
 	  sent via TFTP boot.
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] dfu: simplify the dependencies of DFU_TFTP
  2020-11-17  0:27 [PATCH] dfu: simplify the dependencies of DFU_TFTP AKASHI Takahiro
@ 2020-11-18 16:31 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-11-18 16:31 UTC (permalink / raw)
  To: u-boot

On 17.11.20 01:27, AKASHI Takahiro wrote:
> Since CONFIG_UPDATE_COMMON always selects CONFIG_DFU_WRITE_ALT, we can
> drop the latter from dependencies of CONFIG_DFU_TFTP.
>
> Fixes: 3149e524fc1e ("common: update: add a generic interface for FIT
>        image")
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>  drivers/dfu/Kconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig
> index b7427fc4f0d6..121dc54f5463 100644
> --- a/drivers/dfu/Kconfig
> +++ b/drivers/dfu/Kconfig
> @@ -20,9 +20,8 @@ config DFU_WRITE_ALT
>
>  config DFU_TFTP
>  	bool "DFU via TFTP"
> -	select DFU_WRITE_ALT
> -	select DFU_OVER_TFTP
>  	select UPDATE_COMMON
> +	select DFU_OVER_TFTP
>  	help
>  	  This option allows performing update of DFU-managed medium with data
>  	  sent via TFTP boot.
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-18 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17  0:27 [PATCH] dfu: simplify the dependencies of DFU_TFTP AKASHI Takahiro
2020-11-18 16:31 ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.