public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* Flash-Support for AT91SAM7XC
@ 2008-10-13 19:58 oliver munz @ s p e a g
  2008-10-19 15:12 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: oliver munz @ s p e a g @ 2008-10-13 19:58 UTC (permalink / raw)
  To: ecos-patches

Add the AT91_DBG_C1R_ARCH_AT91SAM7XC...


Index: packages/devs/flash/arm/at91/current/src/at91_flash.c
===================================================================
RCS file: 
/cvs/ecos/ecos/packages/devs/flash/arm/at91/current/src/at91_flash.c,v
retrieving revision 1.7
diff -r1.7 at91_flash.c
214c214,215
<       ((chipID1r & AT91_DBG_C1R_ARCH_MASK) != 
AT91_DBG_C1R_ARCH_AT91SAM7Xxx))
---
 >       ((chipID1r & AT91_DBG_C1R_ARCH_MASK) != 
AT91_DBG_C1R_ARCH_AT91SAM7Xxx) &&
 >       ((chipID1r & AT91_DBG_C1R_ARCH_MASK) != 
AT91_DBG_C1R_ARCH_AT91SAM7XC))

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

end of thread, other threads:[~2008-10-19 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-13 19:58 Flash-Support for AT91SAM7XC oliver munz @ s p e a g
2008-10-19 15:12 ` Andrew Lunn

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).