summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 03:29:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 03:29:45 +0000
commit1c17b3ee2caac49be8c27b27f4bdd1fa25e9be35 (patch)
tree4e7add6261356a57590d04f692d109ee8115bd2c /c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-1c17b3ee2caac49be8c27b27f4bdd1fa25e9be35.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* 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.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/imbx8xx.c8
1 files changed, 4 insertions, 4 deletions
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