Re: [U-Boot] [RFC][PATCH 3/7] TI: armv7: Move ELM support to SoC configuration file.

2013-12-23 Thread Lokesh Vutla
On Saturday 07 December 2013 02:00 AM, Enric Balletbo i Serra wrote: > The ELM hardware engine wihich is used for ECC error detections is not present > on OMAP3 SoC, so move the CONFIG_SPL_NAND_AM33XX_BCH from ti_armv7_common.h to > SoC configuration file. Reviewed-by: Lokesh Vutla Thanks and re

[U-Boot] [RFC][PATCH 3/7] TI: armv7: Move ELM support to SoC configuration file.

2013-12-06 Thread Enric Balletbo i Serra
The ELM hardware engine wihich is used for ECC error detections is not present on OMAP3 SoC, so move the CONFIG_SPL_NAND_AM33XX_BCH from ti_armv7_common.h to SoC configuration file. Signed-off-by: Enric Balletbo i Serra --- include/configs/ti_am335x_common.h | 4 include/configs/ti_armv7_co