Re: [U-Boot] [PATCH 1/4] mtd: nand: mxs_nand: use self init

2018-01-30 Thread stefan
On 29.01.2018 17:01, Stefan Agner wrote: > From: Stefan Agner > > Instead of completing initialization via scan_bbt callback use > NAND self init to initialize the GPMI (MXS) NAND controller. > > Signed-off-by: Stefan Agner > --- > >

[U-Boot] [PATCH 1/4] mtd: nand: mxs_nand: use self init

2018-01-29 Thread Stefan Agner
From: Stefan Agner Instead of completing initialization via scan_bbt callback use NAND self init to initialize the GPMI (MXS) NAND controller. Signed-off-by: Stefan Agner --- drivers/mtd/nand/Kconfig| 1 + drivers/mtd/nand/mxs_nand.c |