Re: [PATCH] dfu: simplify the dependencies of DFU_TFTP

2020-11-18 Thread Heinrich Schuchardt
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

[PATCH] dfu: simplify the dependencies of DFU_TFTP

2020-11-16 Thread AKASHI Takahiro
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 --- drivers/dfu/Kconfig | 3 +-- 1 file changed, 1