2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>

* shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR
	after RTC replaced.
This commit is contained in:
Joel Sherrill
2011-07-12 16:20:41 +00:00
parent 014ded610f
commit 3f05b150df
3 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
2011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR
after RTC replaced.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/gdbstub/m68k-stub.c:

View File

@@ -246,13 +246,15 @@ typedef volatile struct nvram_config_ {
/*
* Flag to indicate if J1-4 is on (and parameters should be
* sought in User Area NVRAM)
*
* NOTE: If NVRAM has bad settings, the you want to disable this
* on the MVME167.
*/
#if defined(mvme167)
#define NVRAM_CONFIGURE \
( !( ( (unsigned char)(lcsr->vector_base & 0xFF) ) & 0x10 ) )
#define NVRAM_CONFIGURE \
( !( ( (unsigned char)(lcsr->vector_base & 0xFF) ) & 0x10 ) )
#else
#define NVRAM_CONFIGURE 0
#define NVRAM_CONFIGURE 0
#endif
#ifdef __cplusplus

View File

@@ -113,11 +113,6 @@ END_CODE
BEGIN_DATA
PUBLIC (environ)
.align 2
SYM (environ):
.long 0
PUBLIC (start_frame)
SYM (start_frame):
.space 4,0