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
- Previous message: mtd/fs/jffs2 Makefile.24, 1.2, 1.3 Makefile.common, 1.8,
1.9 defconfig, 1.1, 1.2 fs.c, 1.52, 1.53 nodelist.h, 1.126,
1.127 os-linux.h, 1.53, 1.54 scan.c, 1.117, 1.118 super-v24.c,
1.82, 1.83 super.c, 1.104, 1.105 wbuf.c, 1.88, 1.89
- Next message: mtd/fs/jffs2/ecos/src os-ecos.h,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 "
- Previous message: mtd/fs/jffs2 Makefile.24, 1.2, 1.3 Makefile.common, 1.8,
1.9 defconfig, 1.1, 1.2 fs.c, 1.52, 1.53 nodelist.h, 1.126,
1.127 os-linux.h, 1.53, 1.54 scan.c, 1.117, 1.118 super-v24.c,
1.82, 1.83 super.c, 1.104, 1.105 wbuf.c, 1.88, 1.89
- Next message: mtd/fs/jffs2/ecos/src os-ecos.h,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list