changeset 587:98fc8f919755

Fix ID code for AM29LV320DT
author gthomas
date Tue, 11 Feb 2003 15:02:19 +0000
parents c8068b6b6f1c
children 4c4d0af923f7
files packages/devs/flash/amd/am29xxxxx/current/ChangeLog packages/devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/flash/amd/am29xxxxx/current/ChangeLog
+++ b/packages/devs/flash/amd/am29xxxxx/current/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-11  Gary Thomas  <gary@mlbassoc.com>
+
+	* include/flash_am29xxxxx_parts.inl:
+	Fix identifier code for AM29LV320DT.
+
 2002-12-23  Patrick Doyle  <wpd@delcomsys.com>
 
 	* include/flash_am29xxxxx_parts.inl (CYGHWR_DEVS_FLASH_AMD_AM29DL640D): 
--- a/packages/devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl
+++ b/packages/devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl
@@ -577,7 +577,7 @@
 #endif
 #ifdef CYGHWR_DEVS_FLASH_AMD_AM29LV320D
     {   // AM29LV320DT
-        device_id  : FLASHWORD(0x01F6),
+        device_id  : FLASHWORD(0x22F6),
         block_size : 0x10000 * CYGNUM_FLASH_INTERLEAVE,
         block_count: 64,
         device_size: 0x400000 * CYGNUM_FLASH_INTERLEAVE,