[U-Boot] [PATCH v2 18/24] mtd: rawnand: compile-in the NAND core
Miquel Raynal
miquel.raynal at bootlin.com
Tue Dec 4 14:33:51 UTC 2018
Hi Boris,
Boris Brezillon <boris.brezillon at bootlin.com> wrote on Thu, 29 Nov 2018
00:57:19 +0100:
> On Thu, 29 Nov 2018 00:07:54 +0100
> Miquel Raynal <miquel.raynal at bootlin.com> wrote:
>
> > The NAND core should be selected by both SPI NAND and raw NAND
> > drivers.
> >
> > Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
> > ---
> > drivers/mtd/nand/raw/Kconfig | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
> > index a1fd476b0d..5624e47d65 100644
> > --- a/drivers/mtd/nand/raw/Kconfig
> > +++ b/drivers/mtd/nand/raw/Kconfig
> > @@ -1,6 +1,8 @@
> >
> > menuconfig MTD_RAW_NAND
> > bool "Raw NAND Device Support"
> > + select MTD_NAND_CORE
> > +
>
> I'm pretty sure this is not needed (yet). Let's not compile things we
> don't need as some devices have storage constraints.
Ok, but I will keep the compilation fixes for the time when we will want
to compile these files.
Thanks,
Miquèl
More information about the U-Boot
mailing list