diff options
author | Peter Tyser | 2015-02-03 10:11:59 -0600 |
---|---|---|
committer | Scott Wood | 2015-03-30 23:16:54 -0500 |
commit | aff092ed13dd1e26f0bed24dddaccf2b91275c89 (patch) | |
tree | 37ac7a5bfd4fc4503dcb55a95e6d3d822a289ed6 /include/configs | |
parent | 88a2cbb2aeb34c7c91f7cd30b59066368063bd07 (diff) |
nand: Remove unused CONFIG_MTD_NAND_ECC_JFFS2 option
This option was removed along with legacy NAND support in
be33b046b549ad88c204c209508cd7657232ffbd. Clean up some remnants.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ethernut5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index ce61a1621c0..b79000e706a 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -153,7 +153,6 @@ /* JFFS2 */ #ifdef CONFIG_CMD_JFFS2 -#define CONFIG_MTD_NAND_ECC_JFFS2 #define CONFIG_JFFS2_CMDLINE #define CONFIG_JFFS2_NAND #endif |