powerpc/mbx8xx: Fix unused variable warnings

This commit is contained in:
Joel Sherrill
2014-10-13 14:55:54 -05:00
parent e81fe6dbec
commit cfff78f3bb

View File

@@ -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;
/*