
14 Dec
2009
14 Dec
'09
10 p.m.
On Thu, Dec 10, 2009 at 03:14:36PM +0000, Nick Thompson wrote:
Davinci: NAND enable ECC even when not in NAND boot mode
On Davinci platforms, the default NAND device is enabled (for ECC) in low level boot code when NAND boot mode is used. If booting in another mode, NAND ECC is not enabled. The driver should make sure ECC is enabled regardless of boot mode if NAND is configured in U-Boot.
Signed-off-by: Nick Thompson nick.thompson@ge.com
Applies to: u-boot-ti
This patch depends on "[PATCH v2] Davinci: Configurable NAND chip selects" posted on Nov 19, 2009.
drivers/mtd/nand/davinci_nand.c | 2 ++ include/asm-arm/arch-davinci/emif_defs.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-)
Acked-by: Scott Wood scottwood@freescale.com
-Scott