comparison 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
comparison
equal deleted inserted replaced
1757:a8729175ad24 1758:400806bc9c4f
1 2004-11-22 Bart Veer <bartv@ecoscentric.com> 1 2004-11-22 Bart Veer <bartv@ecoscentric.com>
2 2
3 * src/legacy_dev.c: remove .2ram attributes. These functions do
4 not manipulate the hardware, there is no need for them to live in
5 ram rather than flash
3 * include/flash_priv.h, src/legacy_dev.c: clean up the interface 6 * include/flash_priv.h, src/legacy_dev.c: clean up the interface
4 between the generic flash code and the device drivers 7 between the generic flash code and the device drivers
5 * include/flash_priv, src/flash_legacy.h, src/flash.c, 8 * include/flash_priv, src/flash_legacy.h, src/flash.c,
6 src/legacy_dev.c: move cache stuff andother legacy macros 9 src/legacy_dev.c: move cache stuff andother legacy macros
7 to an internal header. 10 to an internal header.