summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-21 15:10:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-24 10:53:58 +0200
commit27b207a82a2e2e4ca53e18a4b7b145c81b4dae8f (patch)
tree585f2c55855ca5874bf7a8285c29b5c9fde54a14 /c/src/lib/libbsp/shared
parentarm: Fix default exception prologues (diff)
downloadrtems-27b207a82a2e2e4ca53e18a4b7b145c81b4dae8f.tar.bz2
bsps: Delete bspreset_fatal.c
Use bspreset_loop.c instead. This avoids infinite recursion.
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/bspreset_fatal.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/shared/bspreset_fatal.c b/c/src/lib/libbsp/shared/bspreset_fatal.c
deleted file mode 100644
index 54f64868e2..0000000000
--- a/c/src/lib/libbsp/shared/bspreset_fatal.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-2008.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#include <rtems.h>
-
-void bsp_reset( void )
-{
- rtems_fatal_error_occurred(0);
-}