mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
cmd: thor: select DFU subsystem also for 'thor' download tool
'THOR' download command requires DFU infrastructure to properly flash board images. It can be used without enabling DFU command, so add such dependency to Kconfig. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Acked-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
ade08db899
commit
909338c345
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ config CMD_FITUPD
|
|||
|
||||
config CMD_THOR_DOWNLOAD
|
||||
bool "thor - TIZEN 'thor' download"
|
||||
select DFU
|
||||
help
|
||||
Implements the 'thor' download protocol. This is a way of
|
||||
downloading a software update over USB from an attached host.
|
||||
|
|
Loading…
Reference in a new issue