mtd/fs/jffs2/ecos/cdl jffs2.cdl,1.18,1.19

Andrew Victor pavlov at infradead.org
Wed Feb 9 04:23:57 EST 2005


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

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

The only functional change of this patch is that the slower div/mod
calculations for SECTOR_ADDR(), PAGE_DIV() and PAGE_MOD() are now always
used when CONFIG_JFFS2_FS_WRITEBUFFER is enabled.


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



Index: jffs2.cdl
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/cdl/jffs2.cdl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- jffs2.cdl	22 Jan 2005 16:01:12 -0000	1.18
+++ jffs2.cdl	9 Feb 2005 09:23:54 -0000	1.19
@@ -132,7 +132,7 @@
     cdl_option CYGOPT_FS_JFFS2_NAND {
 	display         "Support for NAND flash"
 	flavor          bool
-	define          CONFIG_JFFS2_FS_NAND
+	define          CONFIG_JFFS2_FS_WRITEBUFFER
 	compile         wbuf.c
         requires        0
         description     "





More information about the linux-mtd-cvs mailing list