Re: [U-Boot] [PATCH 1/3] OMAP3: am3517_evm: Use BCH8 ECC for NAND

2016-03-05 Thread Tom Rini
On Thu, Mar 03, 2016 at 10:14:14PM -0600, Derald D. Woods wrote: > Select 8-bit BCH ecc-scheme with s/w based error correction > - OMAP_ECC_BCH8_CODE_HW_DETECTION_SW > > Signed-off-by: Derald D. Woods Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

[U-Boot] [PATCH 1/3] OMAP3: am3517_evm: Use BCH8 ECC for NAND

2016-03-03 Thread Derald D. Woods
Select 8-bit BCH ecc-scheme with s/w based error correction - OMAP_ECC_BCH8_CODE_HW_DETECTION_SW Signed-off-by: Derald D. Woods --- include/configs/am3517_evm.h | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/include/configs/am3517_evm.h b/include/con