summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
index 2262ae508d..0d6e48b152 100644
--- a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
@@ -55,7 +55,6 @@
*/
#include <string.h>
-#include <fcntl.h>
#include <bsp.h>
#include <bsp/irq.h>
@@ -66,7 +65,6 @@
#include <rtems/powerpc/powerpc.h>
#include RTEMS_XPARAMETERS_H
-#include <stdio.h>
/* Symbols defined in linker command file */
LINKER_SYMBOL(virtex_exc_vector_base);
@@ -84,16 +82,6 @@ uint32_t bsp_timer_average_overhead; /* Average overhead of timer in ticks */
uint32_t bsp_timer_least_valid; /* Least valid number from timer */
bool bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
-/* Initialize whatever libc we are using
- * called from postdriver hook
- */
-
-void bsp_XAssertHandler(const char* file, int line);
-
-void bsp_XAssertHandler(const char* file, int line) {
- printf("\n***\n*** XAssert Failed! File: %s, Line: %d\n***\n", file, line);
-}
-
/*
* bsp_start
*