summaryrefslogtreecommitdiffstats
path: root/cpu/mpc824x/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc824x/cpu.c')
-rw-r--r--cpu/mpc824x/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc824x/cpu.c b/cpu/mpc824x/cpu.c
index 312dfe2296..0a45cc8419 100644
--- a/cpu/mpc824x/cpu.c
+++ b/cpu/mpc824x/cpu.c
@@ -26,10 +26,10 @@
#include <common.h>
#include <command.h>
+DECLARE_GLOBAL_DATA_PTR;
+
int checkcpu (void)
{
- DECLARE_GLOBAL_DATA_PTR;
-
unsigned int pvr = get_pvr ();
unsigned int version = pvr >> 16;
unsigned char revision;
OpenPOWER on IntegriCloud