Re: [U-Boot] [PATCH] igep00x0: Use BCH8 ECC

2015-10-16 Thread Javier Martinez Canillas
Hello Ladislav, On Mon, Oct 12, 2015 at 6:09 PM, Ladislav Michl wrote: > Used NAND chips requires at least 4-bit error correction, so use BCH8 > as it is what kernel uses. > > Signed-off-by: Ladislav Michl > Thanks for the patch. It looks good to me.

[U-Boot] [PATCH] igep00x0: Use BCH8 ECC

2015-10-12 Thread Ladislav Michl
Used NAND chips requires at least 4-bit error correction, so use BCH8 as it is what kernel uses. Signed-off-by: Ladislav Michl --- omap3_igep00x0.h | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/include/configs/omap3_igep00x0.h