Mercurial > ecos-v3_0-branch
changeset 2796:7960df48e8a2
Remove unused interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
| author | bartv |
|---|---|
| date | Fri, 13 Feb 2009 16:22:38 +0000 |
| parents | 1ac926e95ef9 |
| children | 9691a95516f5 |
| files | packages/io/flash/current/ChangeLog packages/io/flash/current/cdl/io_flash.cdl |
| diffstat | 2 files changed, 5 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,8 @@ +2009-02-13 Bart Veer <bartv@ecoscentric.com> + + * cdl/io_flash.cdl: remove CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM, no + longer needed. + 2008-11-23 Sergei Gavrikov <sergei.gavrikov@gmail.com> * doc/flash.sgml: Fix flash.h header name typos.
--- a/packages/io/flash/current/cdl/io_flash.cdl +++ b/packages/io/flash/current/cdl/io_flash.cdl @@ -343,17 +343,6 @@ cdl_package CYGPKG_IO_FLASH { } } - # FIXME: remove in next release - cdl_interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM { - display "Hardware FLASH device drivers are not in RAM" - flavor booldata - description " - Use of this interface is deprecated. - Drivers should make sure that the functions are - linked to RAM by putting them in .2ram sections." - requires !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM - } - cdl_component CYGPKG_IO_FLASH_OPTIONS { display "Flash device driver build options" flavor none
