Re: [U-Boot] [PATCH 3/9] cmd: thor: select DFU subsystem also for 'thor' download tool

2018-11-20 Thread Lukasz Majewski
On Wed, 07 Nov 2018 16:00:59 +0100 Marek Szyprowski wrote: > '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 > --- > cmd/Kconfig | 1 + >

[U-Boot] [PATCH 3/9] cmd: thor: select DFU subsystem also for 'thor' download tool

2018-11-07 Thread Marek Szyprowski
'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 --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index