summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or32/orp/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/or32/orp/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/or32/orp/startup/bspstart.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/or32/orp/startup/bspstart.c b/c/src/lib/libbsp/or32/orp/startup/bspstart.c
index 85e1f4ff3f..9aaf31725c 100644
--- a/c/src/lib/libbsp/or32/orp/startup/bspstart.c
+++ b/c/src/lib/libbsp/or32/orp/startup/bspstart.c
@@ -19,7 +19,7 @@
#include <bsp.h>
#include <rtems/libio.h>
-#include <libcsupport.h>
+#include <rtems/libcsupport.h>
#include <string.h>
extern int _mem_end;
@@ -35,8 +35,6 @@ rtems_configuration_table BSP_Configuration;
rtems_cpu_table Cpu_table;
-char *rtems_progname;
-
/*
* Use the shared implementations of the following routines
*/
@@ -117,6 +115,4 @@ void bsp_start( void )
rtems_initialize_executive( &BSP_Configuration, &Cpu_table );
bsp_cleanup();
-
- return 0;
}