This is the mail archive of the ecos-patches@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]

remove unused interface


2009-02-13  Bart Veer  <bartv@ecoscentric.com>

	* cdl/io_flash.cdl: remove CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM, no
	longer needed.

Index: cdl/io_flash.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/cdl/io_flash.cdl,v
retrieving revision 1.20
diff -u -p -r1.20 io_flash.cdl
--- cdl/io_flash.cdl	29 Jan 2009 17:49:46 -0000	1.20
+++ cdl/io_flash.cdl	13 Feb 2009 16:20:06 -0000
@@ -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


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