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>
|
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||||
|
|||||||
@@ -227,7 +227,6 @@ void bsp_set_trap_vectors( void );
|
|||||||
|
|
||||||
void bsp_start( void )
|
void bsp_start( void )
|
||||||
{
|
{
|
||||||
unsigned char *work_space_start;
|
|
||||||
unsigned int msr_value = 0x0000;
|
unsigned int msr_value = 0x0000;
|
||||||
uint32_t intrStackStart;
|
uint32_t intrStackStart;
|
||||||
uint32_t intrStackSize;
|
uint32_t intrStackSize;
|
||||||
|
|||||||
Reference in New Issue
Block a user