forked from Imagelibrary/rtems
2001-03-08 Joel Sherrill <joel@OARcorp.com>
* start/start.S, startup/bspstart.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S, startup/bspstart.c: Removed warnings.
|
||||
|
||||
2002-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* startup/gdb-support.c: Added calls into the mips-support gdb stub
|
||||
|
||||
@@ -33,7 +33,9 @@
|
||||
** Added cache flush routines.
|
||||
*/
|
||||
|
||||
#ifndef LANGUAGE_ASSEMBLY
|
||||
#define LANGUAGE_ASSEMBLY
|
||||
#endif
|
||||
|
||||
|
||||
#include <asm.h>
|
||||
|
||||
@@ -68,7 +68,6 @@ void bsp_pretasking_hook(void)
|
||||
extern int HeapSize;
|
||||
void *heapStart = &HeapBase;
|
||||
unsigned long heapSize = (unsigned long)&HeapSize;
|
||||
unsigned long ramSpace;
|
||||
|
||||
bsp_libc_init(heapStart, (unsigned32) heapSize, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user