summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-09 12:03:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-10 08:32:37 +0100
commit2858939a2ccb3cf1918dadd9cda1fd1d8ab5a9ef (patch)
treec942f9f828f944acdedf9f24daf06e3c3ebef280 /c/src/lib/libbsp/shared/bootcard.c
parentbsps/powerpc: Use default bsp_pretasking_hook() (diff)
downloadrtems-2858939a2ccb3cf1918dadd9cda1fd1d8ab5a9ef.tar.bz2
bsps: Delete superfluous bsp_pretasking_hook()
Use the bsp_predriver_hook() instead. Update #2408.
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index cbeb7b2686..7d51e9f089 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -17,7 +17,6 @@
* + rtems_initialize_data_structures
* + allocate memory to C Program Heap
* + initialize C Library and C Program Heap
- * + bsp_pretasking_hook
* + rtems_initialize_before_drivers
* + bsp_predriver_hook
* + rtems_initialize_device_drivers
@@ -96,16 +95,6 @@ void boot_card(
bsp_libc_init();
/*
- * Let the BSP do any required initialization now that RTEMS
- * data structures are initialized. In older BSPs or those
- * which do not use the shared framework, this is the typical
- * time when the C Library is initialized so malloc()
- * can be called by device drivers. For BSPs using the shared
- * framework, this routine can be empty.
- */
- bsp_pretasking_hook();
-
- /*
* Let RTEMS perform initialization it requires before drivers
* are allowed to be initialized.
*/