summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
index 04647b9f02..3839eaa6cf 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
@@ -53,8 +53,6 @@ bool bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
* Use the shared implementations of the following routines.
* Look in rtems/c/src/lib/libbsp/shared/bsplibc.c.
*/
-extern void cpu_init( void);
-
void BSP_panic( char *s)
{
rtems_interrupt_level level;
@@ -157,9 +155,6 @@ void bsp_start( void)
myCpu = get_ppc_cpu_type();
myCpuRevision = get_ppc_cpu_revision();
- /* Basic CPU initialization */
- cpu_init();
-
/*
* Enable instruction and data caches. Do not force writethrough mode.
*/