diff options
author | Jason Jin <Jason.jin@freescale.com> | 2012-08-10 09:30:58 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-09-07 15:22:43 -0400 |
commit | d958fc844f245394d6926930ad9f24a01ba51e3c (patch) | |
tree | 2655153cb83b0aae69f1e9a4404c1d97c6f7ce91 | |
parent | 87648ca8876814f8ec4e056f8c4b2b80633a28e3 (diff) |
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 <Jason.jin@freescale.com>
-rw-r--r-- | include/configs/vybrid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vybrid.h b/include/configs/vybrid.h index c8719c810f3..23297da553c 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 |