Mercurial > flash_v2
diff packages/io/flash/current/cdl/io_flash.cdl @ 1371:e4d78a7a628d
Remove support for non-RAM drivers (depricated)
| author | gthomas |
|---|---|
| date | Thu, 20 Nov 2003 14:48:46 +0000 |
| parents | dbcfe4e0dbd2 |
| children | 86d40b65e079 |
line wrap: on
line diff
--- a/packages/io/flash/current/cdl/io_flash.cdl +++ b/packages/io/flash/current/cdl/io_flash.cdl @@ -92,10 +92,10 @@ cdl_package CYGPKG_IO_FLASH { display "Hardware FLASH device drivers are not in RAM" flavor booldata description " - This option makes the IO driver copy the device - driver functions to RAM before calling them. Newer - drivers should make sure that the functions are + 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_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
