Re: [U-Boot] [PATCH 3/3 V2] ARM: mxs: Fix NAND FCB flashing

2014-05-24 Thread Marek Vasut
On Wednesday, May 21, 2014 at 04:08:09 PM, jkrause wrote: > I was wondering about the following warnings while bootings linux > 3.15.0-rc5: > > [0.998885] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xd1 > [1.005485] nand: Toshiba NAND 128MiB 3,3V 8-bit > [1.010165] nand: 128Mi

Re: [U-Boot] [PATCH 3/3 V2] ARM: mxs: Fix NAND FCB flashing

2014-05-21 Thread jkrause
I was wondering about the following warnings while bootings linux 3.15.0-rc5: [0.998885] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xd1 [1.005485] nand: Toshiba NAND 128MiB 3,3V 8-bit [1.010165] nand: 128MiB, SLC, page size: 2048, OOB size: 64 [1.016176] Scanning device f

Re: [U-Boot] [PATCH 3/3 V2] ARM: mxs: Fix NAND FCB flashing

2013-08-28 Thread Marek Vasut
Dear Marek Vasut, > 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 > Cc: Fabio Estevam > Cc: Stefano Babic

[U-Boot] [PATCH 3/3 V2] ARM: mxs: Fix NAND FCB flashing

2013-08-27 Thread Marek Vasut
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 Cc: Fabio Estevam Cc: Stefano Babic --- include/configs/m28evk.h |