From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 14 Dec 2009 15:00:07 -0600 Subject: [U-Boot] [PATCH] Davinci: NAND enable ECC even when not in NAND boot mode In-Reply-To: <4B21105C.2040207@ge.com> References: <4B21105C.2040207@ge.com> Message-ID: <20091214210007.GA3540@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 -Scott