public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] hal_if.h
@ 2001-02-12 10:06 David Airlie
  2001-02-12 14:42 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: David Airlie @ 2001-02-12 10:06 UTC (permalink / raw)
  To: ecos-discuss

Hi,
	hal/common/current/include/hal_if.h, line 407 doesn't seem to take
care of the ROMRAM case properly,

I have an APP that doesn't include stubs .... but is running in a ROMRAM
setup, but I'm getting NO_RESET_ENTRY because IMPLEMENTS_IF_SERVICES is
getting defined..

I think this should be

#if	defined(CYG_HAL_STARTUP_ROM) ||		\
	(	(defined(CYG_HAL_STARTUP_RAM) ||
defined(CYG_HAL_STARTUP_ROMRAM) && \
		!defined(CYGSEM_HAL_USE_ROM_MONITOR))

but I'm sure I've missed something ...

Dave.

-- 
      David Airlie, Software Engineer, Parthus Technologies plc.,
       Mary Rosse Centre, National Tech Park, Limerick, Ireland.
   t: +353-61-508116 / f: +353-61-508101 / David.Airlie@parthus.com

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

end of thread, other threads:[~2001-02-12 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-12 10:06 [ECOS] hal_if.h David Airlie
2001-02-12 14:42 ` Jonathan Larmour

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