summaryrefslogtreecommitdiffstats
path: root/c/src
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
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 '')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c8
2 files changed, 5 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
index 2251486521..633d16e278 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Review of all bsp_cleanup() implementations. In
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 */