mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
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: 3149e524fc
("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>
This commit is contained in:
parent
b80680633d
commit
c32479d1d2
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue