Re: [U-Boot] [PATCH v3 26/28] cmd: make MTD commands depend on MTD

2018-12-05 Thread Boris Brezillon
On Wed, 5 Dec 2018 11:48:32 +0100 Miquel Raynal wrote: > Hi Boris, > > Boris Brezillon wrote on Wed, 5 Dec 2018 > 11:42:08 +0100: > > > On Wed, 5 Dec 2018 00:57:12 +0100 > > Miquel Raynal wrote: > > > > > Defconfigs have been fixed, now we can add proper dependencies in > > > Kconfig.

Re: [U-Boot] [PATCH v3 26/28] cmd: make MTD commands depend on MTD

2018-12-05 Thread Miquel Raynal
Hi Boris, Boris Brezillon wrote on Wed, 5 Dec 2018 11:42:08 +0100: > On Wed, 5 Dec 2018 00:57:12 +0100 > Miquel Raynal wrote: > > > Defconfigs have been fixed, now we can add proper dependencies in > > Kconfig. SPI FLASH is still not dependent on MTD (deeper rework needed). > > > >

Re: [U-Boot] [PATCH v3 26/28] cmd: make MTD commands depend on MTD

2018-12-05 Thread Boris Brezillon
On Wed, 5 Dec 2018 00:57:12 +0100 Miquel Raynal wrote: > Defconfigs have been fixed, now we can add proper dependencies in > Kconfig. SPI FLASH is still not dependent on MTD (deeper rework needed). > > Signed-off-by: Miquel Raynal > --- > cmd/Kconfig | 10 +++--- > 1 file changed, 7

[U-Boot] [PATCH v3 26/28] cmd: make MTD commands depend on MTD

2018-12-04 Thread Miquel Raynal
Defconfigs have been fixed, now we can add proper dependencies in Kconfig. SPI FLASH is still not dependent on MTD (deeper rework needed). Signed-off-by: Miquel Raynal --- cmd/Kconfig | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index