diff packages/io/flash/current/ChangeLog @ 1742:a668b95e5f2e

Only include the support for indirect flash reads if there are devices which need it.
author bartv
date Sat, 20 Nov 2004 23:31:59 +0000
parents 9464c6747e99
children 0d824ba900cc
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog
+++ b/packages/io/flash/current/ChangeLog
@@ -1,5 +1,8 @@
 2004-11-20  Bart Veer  <bartv@ecoscentric.com>
 
+	* cdl/io_flash.cdl, src/flash.c(cyg_flash_read): add an interface
+	for hardware which requires indirect reads, and suppress
+	unnecessary code if direct reads are always available.
 	* src/flash.c: rearrange loops to avoid address comparisons, which
 	tend to go wrong if the flash is at the end of the address space