summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 22:05:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 22:05:10 +0000
commit60e3b0032c448589bd2e2cd13a5f505fe35230ee (patch)
treebbc1ee978e4692c8f41d4c66249ef64d8b0a8a5c /c/src/lib/libbsp/powerpc/mvme5500/startup
parent2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-60e3b0032c448589bd2e2cd13a5f505fe35230ee.tar.bz2
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mvme5500/startup')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c
index e77b291d0f..5cd38e6c61 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c
@@ -31,8 +31,6 @@
#include <ctype.h>
#include <rtems/system.h>
-#include <rtems/libio.h>
-#include <rtems/libcsupport.h>
#include <rtems/powerpc/powerpc.h>
#include <libcpu/spr.h> /* registers.h is included here */
@@ -143,12 +141,6 @@ void _BSP_Fatal_error(unsigned int v)
__asm__ __volatile ("sc");
}
-/*
- * Use the shared implementations of the following routines
- */
-
-extern void bsp_libc_init( void *, uint32_t, int );
-
void zero_bss()
{
/* prevent these from being accessed in the short data areas */