This is the mail archive of the ecos-bugs@sourceware.org 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]

[Bug 1001073] ROM FS do not allow to use FIS names as device name inmount.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001073

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
         AssignedTo|unassigned@bugs.ecos.source |john@dallaway.org.uk
                   |ware.org                    |
     Ever Confirmed|0                           |1

--- Comment #4 from John Dallaway <john@dallaway.org.uk> 2010-11-13 09:28:00 GMT ---
Alexander, could you wrap your changes in:

  #if defined(CYGFUN_FS_ROM_FLASH_BLOCK_DEVICE_LOOKUP)
  #endif

add the following CDL option to romfs.cdl:

  cdl_option CYGFUN_FS_ROM_FLASH_BLOCK_DEVICE_LOOKUP {
    display "Lookup flash block device names"
    flavor bool
    requires CYGPKG_IO_FLASH
    requires CYGPKG_IO_FLASH_BLOCK_DEVICE
    default_value 0
    description "Enables the location of a ROM filesystem to
      be specified using a flash block device name such as
      \"/dev/flash/fis/romfs\" in the call to mount()."
  }

and resubmit your patch please?

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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