From d958fc844f245394d6926930ad9f24a01ba51e3c Mon Sep 17 00:00:00 2001 From: Jason Jin Date: Fri, 10 Aug 2012 09:30:58 +0800 Subject: ENGR00219758: Enable the softecc for Vybrid NFC controller When enable the hardware ecc in kernel, there are crc errors for JFFS2 filesystem after write to the filesystem. Signed-off-by: Jason Jin --- include/configs/vybrid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/vybrid.h b/include/configs/vybrid.h index c8719c810f..23297da553 100644 --- a/include/configs/vybrid.h +++ b/include/configs/vybrid.h @@ -110,6 +110,7 @@ * NAND FLASH */ #ifdef CONFIG_CMD_NAND +#define CONFIG_MTD_NAND_FSL_NFC_SWECC 1 #define CONFIG_JFFS2_NAND #define CONFIG_NAND_FSL_NFC #define CONFIG_SYS_NAND_BASE 0x400E0000 -- cgit v1.2.3