[U-Boot] [PATCH v2] nand: fix up badblock skipping

2019-02-05 Thread Jiri Valek
Hi all, yes you are right. I had checked out older version of u-boot. off + mtd->erasesize this is OK. I`m sending patch v2. On 08. 12. 18 17:16, Stefano Babic wrote: Hi Jiri, Miquel, On 24/10/18 15:56, Miquel Raynal wrote: Hi Jiri, Jiri Valek wrote on Fri, 19 Oct 2018 10:15:55 +0

[U-Boot] [PATCH] nand: fix up badblock skipping

2018-10-19 Thread Jiri Valek
From: Jiri Valek Currently the badblock skipping fails. SPL loader fails to boot from NAND. End up on message "SPL: failed to boot from all boot devices" Signed-off-by: Jiri Valek --- drivers/mtd/nand/raw/mxs_nand_spl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mt