Mercurial > flash_v2
changeset 1394:86d40b65e079
* cdl/io_flash.cdl:
* include/flash.h: Remove CYGNUM_FLASH_WORKSPACE_SIZE cdl option.
| author | asl |
|---|---|
| date | Mon, 24 Nov 2003 12:18:33 +0000 |
| parents | bce4d2e47e78 |
| children | 18917b022cb6 |
| files | packages/io/flash/current/ChangeLog packages/io/flash/current/cdl/io_flash.cdl packages/io/flash/current/include/flash.h |
| diffstat | 3 files changed, 5 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,8 @@ +2003-11-24 Jani Monoses <jani@iv.ro> + + * cdl/io_flash.cdl: + * include/flash.h: Remove CYGNUM_FLASH_WORKSPACE_SIZE cdl option. + 2003-11-24 Roland Caßebohm <roland.cassebohm@visionsystems.de> * src/flashiodev.c (flashiodev_bwrite): Use flash_read rather than
--- a/packages/io/flash/current/cdl/io_flash.cdl +++ b/packages/io/flash/current/cdl/io_flash.cdl @@ -68,19 +68,6 @@ cdl_package CYGPKG_IO_FLASH { puts $::cdl_header "#endif " } - cdl_option CYGNUM_FLASH_WORKSPACE_SIZE { - display "Extra memory required by FLASH device drivers" - flavor data - default_value 0x1000 - description " - Use this option to control how much extra memory is used - by the FLASH drivers to perform certain operations. This - memory is used to hold driver functions in RAM (for platforms - which require it). The value should thus be large enough - to hold any such driver. Reducing this value will make - more RAM available to general programs." - } - cdl_interface CYGHWR_IO_FLASH_DEVICE { display "Hardware FLASH device drivers" description "
--- a/packages/io/flash/current/include/flash.h +++ b/packages/io/flash/current/include/flash.h @@ -59,8 +59,6 @@ typedef int _printf(const char *fmt, ...); -#define FLASH_MIN_WORKSPACE CYGNUM_FLASH_WORKSPACE_SIZE // Space used by FLASH code - externC int flash_init(_printf *pf); externC int flash_erase(void *base, int len, void **err_address); externC int flash_program(void *flash_base, void *ram_base, int len, void **err_address);
