mtd/fs/jffs3/ecos/cdl jffs3.cdl,3.1,3.2

Andrew Victor pavlov at infradead.org
Wed Feb 9 09:25:19 EST 2005


Update of /home/cvs/mtd/fs/jffs3/ecos/cdl
In directory phoenix.infradead.org:/tmp/cvs-serv27847/fs/jffs3/ecos/cdl

Modified Files:
	jffs3.cdl 
Log Message:
This patch replaces the current CONFIG_JFFS2_FS_NAND and
CONFIG_JFFS2_FS_NOR_ECC with a single configuration option - 
CONFIG_JFFS2_FS_WRITEBUFFER.

(This is now the same as in JFFS2)


Signed-off-by: Andrew Victor <andrew at sanpeople.com>



Index: jffs3.cdl
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ecos/cdl/jffs3.cdl,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- jffs3.cdl	9 Dec 2004 16:05:53 -0000	3.1
+++ jffs3.cdl	9 Feb 2005 14:25:15 -0000	3.2
@@ -101,7 +101,7 @@
     cdl_option CYGOPT_FS_JFFS3_NAND {
 	display         "Support for NAND flash"
 	flavor          bool
-	define          CONFIG_JFFS3_FS_NAND
+	define          CONFIG_JFFS3_FS_WRITEBUFFER
 	compile         wbuf.c
         requires        0
         description     "





More information about the linux-mtd-cvs mailing list