diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2015-02-03 10:11:59 -0600 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-03-30 23:16:54 -0500 |
commit | aff092ed13dd1e26f0bed24dddaccf2b91275c89 (patch) | |
tree | 37ac7a5bfd4fc4503dcb55a95e6d3d822a289ed6 /include | |
parent | 88a2cbb2aeb34c7c91f7cd30b59066368063bd07 (diff) | |
download | u-boot-imx-aff092ed13dd1e26f0bed24dddaccf2b91275c89.zip u-boot-imx-aff092ed13dd1e26f0bed24dddaccf2b91275c89.tar.gz u-boot-imx-aff092ed13dd1e26f0bed24dddaccf2b91275c89.tar.bz2 |
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')
-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 ce61a16..b79000e 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 |