forked from Imagelibrary/rtems
2005-03-11 Joel Sherrill <joel@OARcorp.com>
* startup/init68360.c: Add _RomBase declaration.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/init68360.c: Add _RomBase declaration.
|
||||||
|
|
||||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h, startup/init68360.c: Correct type of symbols from
|
* include/bsp.h, startup/init68360.c: Correct type of symbols from
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ void _Init68360 (void)
|
|||||||
unsigned long ramSize;
|
unsigned long ramSize;
|
||||||
extern void _CopyDataClearBSSAndStart (unsigned long ramSize);
|
extern void _CopyDataClearBSSAndStart (unsigned long ramSize);
|
||||||
extern char _RamBase[];
|
extern char _RamBase[];
|
||||||
|
extern void *_RomBase; /* From linkcmds */
|
||||||
|
|
||||||
#if (defined (__mc68040__))
|
#if (defined (__mc68040__))
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user