diff packages/io/flash/current/include/flash.h @ 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 587b0b1c6927
children 3845779eca10
line wrap: on
line diff
--- 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);