forked from Imagelibrary/rtems
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unused variable.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove unused variable.
|
||||
|
||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||
|
||||
@@ -227,13 +227,12 @@ void bsp_set_trap_vectors( void );
|
||||
|
||||
void bsp_start( void )
|
||||
{
|
||||
unsigned char *work_space_start;
|
||||
unsigned int msr_value = 0x0000;
|
||||
uint32_t intrStackStart;
|
||||
uint32_t intrStackSize;
|
||||
volatile uint32_t *ptr;
|
||||
ppc_cpu_id_t myCpu;
|
||||
ppc_cpu_revision_t myCpuRevision;
|
||||
unsigned int msr_value = 0x0000;
|
||||
uint32_t intrStackStart;
|
||||
uint32_t intrStackSize;
|
||||
volatile uint32_t *ptr;
|
||||
ppc_cpu_id_t myCpu;
|
||||
ppc_cpu_revision_t myCpuRevision;
|
||||
|
||||
rtems_bsp_delay( 1000 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user