summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-12 18:42:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-12 18:42:36 +0000
commit67a9b24a9b37fb0675d4b9b6a241ef56699c4741 (patch)
treeeb42c924939c1effb9f452b83e747526ebd0bd18 /c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
parent2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-67a9b24a9b37fb0675d4b9b6a241ef56699c4741.tar.bz2
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/bspstart.c: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
index e22c4aabbd..28ccdf1c3d 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/bspstart.c
@@ -58,10 +58,8 @@ uint32_t bsp_clicks_per_usec;
/*
* Use the shared implementations of the following routines.
- * Look in rtems/c/src/lib/libbsp/shared/bsppost.c and
- * rtems/c/src/lib/libbsp/shared/bsplibc.c.
+ * Look in rtems/c/src/lib/libbsp/shared/bsplibc.c.
*/
-void bsp_postdriver_hook(void);
void bsp_libc_init( void *, uint32_t, int );
extern void initialize_exceptions(void);
extern void cpu_init(void);
@@ -124,12 +122,6 @@ bsp_pretasking_hook(void)
#endif
}
-
-
-void bsp_predriver_hook(void)
-{
-}
-
void bsp_calc_mem_layout()
{
/*