This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JFFS2 - Latest version imported


Gary Thomas wrote:
Straight from JFFS2 headquarters :-) Compressed patch (450KB) attached.
That stuff about CYGNUM_FS_JFFS2_SECTOR_SIZE, CYGNUM_FS_JFFS2_FLASH_SIZE and CYGNUM_FS_JFFS2_BASE_ADDRESS needn't be there. It hasn't been used for a long time! :-)

I'll check in the obvious patch (attached) since keeping those options will only cause confusion. This should be removed in the master repo too.

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/jffs2/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- ChangeLog	5 Feb 2003 00:00:40 -0000	1.5
+++ ChangeLog	5 Feb 2003 02:01:44 -0000
@@ -1,5 +1,9 @@
+2003-02-05  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
+
 2003-02-04  Gary Thomas  <gary@mlbassoc.com> on behalf of
 2003-02-04  David Woodhouse <dwmw2@cambridge.redhat.com>	
 
 	* src/write.c: 
 	* src/scan.c: 
Index: cdl/jffs2.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/jffs2/current/cdl/jffs2.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 jffs2.cdl
--- cdl/jffs2.cdl	5 Feb 2003 00:00:40 -0000	1.5
+++ cdl/jffs2.cdl	5 Feb 2003 02:01:44 -0000
@@ -99,35 +99,10 @@ cdl_package CYGPKG_FS_JFFS2 {
 	    This option modifies the set of compiler flags for
             building the JFFS2 package. These flags are removed from
             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
 
     cdl_option CYGPKG_FS_JFFS2_TESTS {
 	display "JFFS2 FS tests"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]