Mercurial > flash_v2
changeset 1772:b7674108e616
* cdl/flash_am29xxxxx_v2.cdl: Needs to indicate to io/flash
that cache needs handling.
| author | jlarmour |
|---|---|
| date | Wed, 27 Sep 2006 14:52:57 +0000 |
| parents | 6ab0de2c523f |
| children | aa8da0f3b0a7 |
| files | packages/devs/flash/amd/am29xxxxxv2/current/ChangeLog packages/devs/flash/amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/flash/amd/am29xxxxxv2/current/ChangeLog +++ b/packages/devs/flash/amd/am29xxxxxv2/current/ChangeLog @@ -1,3 +1,8 @@ +2006-09-27 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/flash_am29xxxxx_v2.cdl: Needs to indicate to io/flash + that cache needs handling. + 2005-02-23 Bart Veer <bartv@ecoscentric.com> * doc/am29xxxxx.sgml: bring up to date.
--- a/packages/devs/flash/amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl +++ b/packages/devs/flash/amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl @@ -49,6 +49,7 @@ cdl_package CYGPKG_DEVS_FLASH_AMD_AM29XX parent CYGPKG_IO_FLASH active_if CYGPKG_IO_FLASH implements CYGHWR_IO_FLASH_DEVICE + implements CYGHWR_IO_FLASH_DEVICE_NEEDS_CACHE_HANDLED include_dir cyg/io compile am29xxxxx.c
