Re: [PATCH] cmd: fitupd: move config check to Kconfig

2020-06-03 Thread Tom Rini
On Tue, May 26, 2020 at 06:34:15PM +0200, Heinrich Schuchardt wrote: > Configuration checks should not be in the C files but in the Kconfig files. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signatur

Re: [PATCH] cmd: fitupd: move config check to Kconfig

2020-05-27 Thread Lukasz Majewski
Hi Heinrich, > Configuration checks should not be in the C files but in the Kconfig > files. > > Signed-off-by: Heinrich Schuchardt > --- > @Lukasz, @Tom > No board seems to be using the 'fitupd' command anymore. Shouldn't we > simply remove it? 'dfu tftp' offers a similar functionality. We can

Re: [PATCH] cmd: fitupd: move config check to Kconfig

2020-05-26 Thread Tom Rini
On Tue, May 26, 2020 at 06:34:15PM +0200, Heinrich Schuchardt wrote: > Configuration checks should not be in the C files but in the Kconfig files. > > Signed-off-by: Heinrich Schuchardt For the patch itself: Reviewed-by: Tom Rini > --- > @Lukasz, @Tom > No board seems to be using the 'fitupd