commit | 5cef0453021e4c64c58348fed70bfd6cc09b93c7 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Nov 17 09:27:16 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Nov 21 07:26:16 2020 +0100 |
tree | 6f7bce8c9db7552ede66f43b06f0d503ccada060 | |
parent | 6e936086bc71dff1083008e7e2d7c26bcdb6e930 [diff] |
dfu: simplify the dependencies of DFU_TFTP 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>