mtd/fs/jffs2/ecos/cdl jffs2.cdl,1.3,1.4
gthomas at infradead.org
gthomas at infradead.org
Wed Feb 5 09:35:34 EST 2003
Update of /home/cvs/mtd/fs/jffs2/ecos/cdl
In directory phoenix.infradead.org:/tmp/cvs-serv20772/fs/jffs2/ecos/cdl
Modified Files:
jffs2.cdl
Log Message:
Remove unused/obsolete CDL
Index: jffs2.cdl
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/cdl/jffs2.cdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jffs2.cdl 21 Jan 2003 18:12:15 -0000 1.3
+++ jffs2.cdl 5 Feb 2003 14:35:31 -0000 1.4
@@ -99,31 +99,6 @@
the set of global flags if present."
}
- cdl_option CYGNUM_FS_JFFS2_SECTOR_SIZE {
- display "Physical sector size of the flash devices"
- flavor data
- default_value { 0x10000 }
- description "64 KiB for synthetic target."
- }
-
- cdl_option CYGNUM_FS_JFFS2_FLASH_SIZE {
- display "Amount of flash committed to JFFS2"
- flavor data
- default_value { 0x100000 }
- description "1 MiB (giving 16 sectors, realistic minimum!)"
- }
-
- cdl_option CYGNUM_FS_JFFS2_BASE_ADDRESS {
- display "Base of the JFFS2 filesystem in memory"
- flavor data
- default_value { 0x40000000 }
- description "Set this value to the base address of the JFFS2
- filesystem in memory. By coincidence, this matches the
- address at which the synthetic target will mmap its
- backing store. Perhaps we should make it work through
- something other than coincidence?"
- }
-
# ----------------------------------------------------------------
# Tests
More information about the linux-mtd-cvs
mailing list