forked from Imagelibrary/rtems
bsps: Delete bspreset_fatal.c
Use bspreset_loop.c instead. This avoids infinite recursion.
This commit is contained in:
@@ -26,7 +26,7 @@ libbsp_a_SOURCES =
|
|||||||
|
|
||||||
# startup
|
# startup
|
||||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bspreset_fatal.c ../../shared/bsppost.c \
|
../../shared/bspreset_loop.c ../../shared/bsppost.c \
|
||||||
startup/bspstart.c ../../shared/bootcard.c \
|
startup/bspstart.c ../../shared/bootcard.c \
|
||||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
||||||
../../shared/bsppretaskinghook.c ../../shared/sbrk.c \
|
../../shared/bsppretaskinghook.c ../../shared/sbrk.c \
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ libbsp_a_SOURCES =
|
|||||||
|
|
||||||
# startup
|
# startup
|
||||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bspgetworkarea.c \
|
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bspgetworkarea.c \
|
||||||
../../shared/bspreset_fatal.c ../../shared/bsplibc.c \
|
../../shared/bspreset_loop.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||||
../../shared/sbrk.c ../../shared/gnatinstallhandler.c
|
../../shared/sbrk.c ../../shared/gnatinstallhandler.c
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ CLEANFILES = scitab.c
|
|||||||
# startup
|
# startup
|
||||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||||
../../shared/bsppredriverhook.c ../shared/bspstart.c \
|
../../shared/bsppredriverhook.c ../shared/bspstart.c \
|
||||||
../../shared/bspclean.c ../../shared/bspreset_fatal.c \
|
../../shared/bspclean.c ../../shared/bspreset_loop.c \
|
||||||
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
|
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
|
||||||
../../shared/sbrk.c ../../shared/bootcard.c ../shared/bsphwinit.c \
|
../../shared/sbrk.c ../../shared/bootcard.c ../shared/bsphwinit.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
|
|||||||
@@ -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);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user