summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c21
1 files changed, 3 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
index c5c1c37d76..6013336b7e 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
@@ -17,21 +17,15 @@
* $Id$
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
+#include <rtems/libcsupport.h>
#include <info.h>
-#ifdef STACK_CHECKER_ON
-#include <stackchk.h>
-#endif
-
boardinfo_t M860_binfo;
-
/*
* The original table from the application and our copy of it with
* some changes.
@@ -94,15 +88,6 @@ bsp_pretasking_hook(void)
/* set up a 256K heap */
bsp_libc_init((void *) heap_start, 256 * 1024, 0);
-#ifdef STACK_CHECKER_ON
- /*
- * Initialize the stack bounds checker
- * We can either turn it on here or from the app.
- */
-
- Stack_check_Initialize();
-#endif
-
#ifdef RTEMS_DEBUG
rtems_debug_enable( RTEMS_DEBUG_ALL_MASK );
#endif