[U-Boot] [PATCH 3/9] cmd: thor: select DFU subsystem also for 'thor' download tool
Marek Szyprowski
m.szyprowski at samsung.com
Wed Nov 7 15:00:59 UTC 2018
'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 at samsung.com>
---
cmd/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index d66f710ad0..0af08aeab3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -340,6 +340,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.
--
2.17.1
More information about the U-Boot
mailing list