public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] [patch] flash_am29xxxxx.inl
@ 2002-07-23 20:02 Motoya Kurotsu
  2002-07-24  6:05 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Motoya Kurotsu @ 2002-07-23 20:02 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] [patch] flash_am29xxxxx.inl
  2002-07-23 20:02 [ECOS] [patch] flash_am29xxxxx.inl Motoya Kurotsu
@ 2002-07-24  6:05 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2002-07-24  6:05 UTC (permalink / raw)
  To: Motoya Kurotsu; +Cc: eCos Discussion

On Tue, 2002-07-23 at 21:02, Motoya Kurotsu wrote:
> 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++);

Done, thanks.


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-24 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-23 20:02 [ECOS] [patch] flash_am29xxxxx.inl Motoya Kurotsu
2002-07-24  6:05 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).