diff packages/io/flash/current/ChangeLog @ 1758:400806bc9c4f flash_v2_20041123

Remove unnecessary .2ram section attributes. These functions do not manipulate the hardware directly so do not need special treatment
author bartv
date Mon, 22 Nov 2004 21:27:43 +0000
parents 61fbcc1cb232
children 9abe5ac74a1a
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog
+++ b/packages/io/flash/current/ChangeLog
@@ -1,5 +1,8 @@
 2004-11-22  Bart Veer  <bartv@ecoscentric.com>
 
+	* src/legacy_dev.c: remove .2ram attributes. These functions do
+	not manipulate the hardware, there is no need for them to live in
+	ram rather than flash
 	* include/flash_priv.h, src/legacy_dev.c: clean up the interface
 	between the generic flash code and the device drivers
 	* include/flash_priv, src/flash_legacy.h, src/flash.c,