Skip to content
Snippets Groups Projects
Commit aff092ed authored by Peter Tyser's avatar Peter Tyser Committed by Scott Wood
Browse files

nand: Remove unused CONFIG_MTD_NAND_ECC_JFFS2 option


This option was removed along with legacy NAND support in
be33b046.  Clean up some remnants.

Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 88a2cbb2
No related branches found
No related tags found
No related merge requests found
...@@ -99,12 +99,6 @@ Configuration Options: ...@@ -99,12 +99,6 @@ Configuration Options:
CONFIG_CMD_NAND_TORTURE CONFIG_CMD_NAND_TORTURE
Enables the torture command (see description of this command below). Enables the torture command (see description of this command below).
CONFIG_MTD_NAND_ECC_JFFS2
Define this if you want the Error Correction Code information in
the out-of-band data to be formatted to match the JFFS2 file system.
CONFIG_MTD_NAND_ECC_YAFFS would be another useful choice for
someone to implement.
CONFIG_SYS_MAX_NAND_DEVICE CONFIG_SYS_MAX_NAND_DEVICE
The maximum number of NAND devices you want to support. The maximum number of NAND devices you want to support.
...@@ -312,12 +306,6 @@ Platform specific options ...@@ -312,12 +306,6 @@ Platform specific options
NOTE: NOTE:
===== =====
The current NAND implementation is based on what is in recent
Linux kernels. The old legacy implementation has been removed.
If you have board code which used CONFIG_NAND_LEGACY, you'll need
to convert to the current NAND interface for it to continue to work.
The Disk On Chip driver is currently broken and has been for some time. The Disk On Chip driver is currently broken and has been for some time.
There is a driver in drivers/mtd/nand, taken from Linux, that works with There is a driver in drivers/mtd/nand, taken from Linux, that works with
the current NAND system but has not yet been adapted to the u-boot the current NAND system but has not yet been adapted to the u-boot
......
...@@ -153,7 +153,6 @@ ...@@ -153,7 +153,6 @@
/* JFFS2 */ /* JFFS2 */
#ifdef CONFIG_CMD_JFFS2 #ifdef CONFIG_CMD_JFFS2
#define CONFIG_MTD_NAND_ECC_JFFS2
#define CONFIG_JFFS2_CMDLINE #define CONFIG_JFFS2_CMDLINE
#define CONFIG_JFFS2_NAND #define CONFIG_JFFS2_NAND
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment