commit | 26be2c53d671ecfd3e0483f0870649ac28322293 | [log] [tgz] |
---|---|---|
author | Nick Thompson <nick.thompson@ge.com> | Sat Dec 12 12:13:10 2009 -0500 |
committer | Tom Rix <Tom.Rix@windriver.com> | Mon Jan 04 08:48:17 2010 -0600 |
tree | 428ac0b1e0bc666da662c5ffcd84643bf874f164 | |
parent | 97f4eb8cfb97c7c5b158e3c0df4611efbf50f403 [diff] |
Davinci: NAND enable ECC even when not in NAND boot mode 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>