bsps/sparc: Add BSP_INITIAL_EXTENSION to <bsp.h>

The bsp_fatal_extension() will call BSP_fatal_return().
This commit is contained in:
Sebastian Huber
2012-11-07 14:59:20 +01:00
parent 38c0b1121f
commit 7121cac0cc
7 changed files with 33 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ libbsp_a_SOURCES =
# startup
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../shared/startup/bspfatalextension.c \
../../shared/bsppost.c ../../shared/bootcard.c startup/bspstart.c \
../../sparc/shared/bsppretaskinghook.c startup/bsppredriver.c \
../../sparc/shared/bspgetworkarea.c ../../shared/sbrk.c startup/setvec.c \

View File

@@ -32,6 +32,8 @@ extern "C" {
#include <rtems/console.h>
#include <rtems/irq-extension.h>
#include <bsp/default-initial-extension.h>
/* SPARC CPU variant: LEON3 */
#define LEON3 1