[U-Boot] [PATCH 1/2] ARM: mxs: Fix NAND FCB flashing

2014-05-30 Thread Joerg Krause
From: Marek Vasut ma...@denx.de Fix the method of flashing FCB blocks into NAND. The new env writes all four FCB blocks and also does not scrub such a big part of the NAND. This fixed complains about busted NAND blocks in Linux. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam

Re: [U-Boot] [PATCH 1/2] ARM: mxs: Fix NAND FCB flashing

2014-05-30 Thread Marek Vasut
On Friday, May 30, 2014 at 01:14:33 AM, Joerg Krause wrote: From: Marek Vasut ma...@denx.de Fix the method of flashing FCB blocks into NAND. The new env writes all four FCB blocks and also does not scrub such a big part of the NAND. This fixed complains about busted NAND blocks in Linux.