2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
This commit is contained in:
Joel Sherrill
2008-08-30 20:27:31 +00:00
parent f20e61aebc
commit 0cb39e8d53
3 changed files with 5 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,

View File

@@ -42,7 +42,7 @@ include_bsp_HEADERS = include/mpc55xxevb.h \
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bootcard.c ../shared/src/tictac.c startup/bspclean.c \
startup/bspstart.c
startup/bspstart.c ../../shared/bsppretaskinghook.c
clock_SOURCES = ../shared/clock/clock.c

View File

@@ -87,13 +87,6 @@ void bsp_get_work_area( void **work_area_start, size_t *work_area_size, void **h
*heap_size = (size_t) bsp_external_ram_size;
}
void bsp_pretasking_hook()
{
#ifdef STACK_CHECKER_ON
Stack_check_Initialize();
#endif
}
void bsp_predriver_hook()
{
rtems_status_code sc = RTEMS_SUCCESSFUL;