This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] flash_am29xxxxx.inl


Hi all,

To access to 64 bit flash, the patch below is possibly necessary.

Thanks,

Motoya Kurotsu
Allied Telesis K.K.


--- flash_am29xxxxx.inl.orig	Fri Jun 21 12:03:55 2002
+++ flash_am29xxxxx.inl	Wed Jul 24 11:52:19 2002
@@ -446,7 +446,7 @@
     f_s2 = FLASH_P2V(BANK + FLASH_Setup_Addr2);
 
     while (len > 0) {
-        int state;
+        flash_data_t state;
 
         addr_v = FLASH_P2V(addr_p++);
 

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]