forked from Imagelibrary/rtems
powerpc/mbx8xx: Fix unused variable warnings
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
*/
|
||||
uint32_t simask_copy = 0;
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* The memory controller's UPMA Ram array values.
|
||||
* The values in table 2-6 and 2-7 in the "MBX Series Embedded
|
||||
@@ -148,6 +149,7 @@ static uint32_t upmaTable[64] = {
|
||||
#error "MBX board model not specified."
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
||||
#if ( !defined(EPPCBUG_VECTORS) )
|
||||
extern uint32_t simask_copy;
|
||||
@@ -158,9 +160,6 @@ static uint32_t upmaTable[64] = {
|
||||
*/
|
||||
void _InitMBX8xx (void)
|
||||
{
|
||||
#if ( !defined(EPPCBUG_VECTORS) )
|
||||
uint32_t i;
|
||||
#endif
|
||||
register uint32_t r1;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user