summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
index c409f5350c..5203d44a1a 100644
--- a/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/virtex/startup/bspstart.c
@@ -79,11 +79,8 @@ SPR_RW(SPRG1)
*/
extern rtems_configuration_table Configuration;
-
rtems_configuration_table BSP_Configuration;
-rtems_cpu_table Cpu_table;
-
char *rtems_progname;
uint32_t _heap_start;
@@ -197,17 +194,13 @@ void bsp_start( void )
*/
myCpu = get_ppc_cpu_type();
myCpuRevision = get_ppc_cpu_revision();
+
/*
- * initialize the CPU table for this BSP
- * NOTE: this must be before the exception initialization,
- * because exception code useses some information from Cpu_table
+ * initialize the device driver parameters
*/
- Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
-
/* timebase register ticks/microsecond */
bsp_clicks_per_usec = (250000000 / 1000000);
-
bsp_serial_per_sec = 14625000;
bsp_serial_external_clock = 0;
bsp_timer_internal_clock = 1;