Re: [U-Boot] [PATCH v4 2/6] mtd: nand: mxs_nand: use self init

2018-07-11 Thread Jörg Krause
Hi Stefan, this patch crashes my NAND SPL loader on an i.MX6ULL board. See below my comment about `scan_bbt`. On Fri, 2018-06-22 at 17:19 +0200, Stefan Agner wrote: > From: Stefan Agner > > Instead of completing initialization via scan_bbt callback use > NAND self init to initialize the GPMI (M

[U-Boot] [PATCH v4 2/6] mtd: nand: mxs_nand: use self init

2018-06-22 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. Suggested-by: Scott Wood Signed-off-by: Stefan Agner --- Changes in v4: - Update SPL driver accordingly Changes in v3: - Fix indentation Changes in