Mercurial > ecos
changeset 572:028207710cba
* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
| author | jlarmour |
|---|---|
| date | Wed, 05 Feb 2003 02:04:54 +0000 |
| parents | 0f8cd8aca826 |
| children | b012f293c30a |
| files | packages/fs/jffs2/current/ChangeLog packages/fs/jffs2/current/cdl/jffs2.cdl |
| diffstat | 2 files changed, 4 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/fs/jffs2/current/ChangeLog +++ b/packages/fs/jffs2/current/ChangeLog @@ -1,3 +1,7 @@ +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>
--- a/packages/fs/jffs2/current/cdl/jffs2.cdl +++ b/packages/fs/jffs2/current/cdl/jffs2.cdl @@ -101,31 +101,6 @@ cdl_package CYGPKG_FS_JFFS2 { 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
