# HG changeset patch # User bartv # Date 1234542158 0 # Node ID 7960df48e8a23dd8fa26a26f60d03da308358654 # Parent 1ac926e95ef984fc8b6cb78639c3732e7a1d2850 Remove unused interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM diff --git a/packages/io/flash/current/ChangeLog b/packages/io/flash/current/ChangeLog --- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,8 @@ +2009-02-13 Bart Veer + + * cdl/io_flash.cdl: remove CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM, no + longer needed. + 2008-11-23 Sergei Gavrikov * doc/flash.sgml: Fix flash.h header name typos. diff --git a/packages/io/flash/current/cdl/io_flash.cdl b/packages/io/flash/current/cdl/io_flash.cdl --- 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