From 1c17b3ee2caac49be8c27b27f4bdd1fa25e9be35 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Mar 2004 03:29:45 +0000 Subject: 2004-03-31 Ralf Corsepius * console/console.c, ide/pcmcia_ide.c, network/network.c, startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c: Convert to using c99 fixed size types. --- c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c b/c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c index a5fbb2842c..676d473051 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c +++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c @@ -25,7 +25,7 @@ * course, the code will not be safely restartable, but then again, * a lot of the library code isn't either, so there! */ -unsigned32 simask_copy = 0; +uint32_t simask_copy = 0; /* * The memory controller's UPMA Ram array values. @@ -44,7 +44,7 @@ unsigned32 simask_copy = 0; * as being 50 MHz, while the MBXA/IH2.1 manual lists it as 40 MHz. * We think the MBX821_001B is an entry level board and thus is 50 MHz, */ -static unsigned32 upmaTable[64] = { +static uint32_t upmaTable[64] = { #if ( defined(mbx860_001b) || \ defined(mbx821_001b) || \ @@ -154,8 +154,8 @@ static unsigned32 upmaTable[64] = { */ void _InitMBX8xx (void) { - register unsigned32 r1, i; - extern unsigned32 simask_copy; + register uint32_t r1, i; + extern uint32_t simask_copy; /* * Initialize the Debug Enable Register (DER) to an appropriate -- cgit v1.2.3