aboutsummaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/start.S
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2006-06-30 18:35:04 +0200
committerMarian Balakowicz <m8@semihalf.com>2006-06-30 18:35:04 +0200
commitbba68377320608b3c3f7c0fef30452bdaa8b0408 (patch)
tree23913f4a408cc4b70f67f7f7570a2d0eb3dbbe7d /cpu/ppc4xx/start.S
parent971a5dd11a6b74f45b92473c6126e05229700d46 (diff)
Fix CONFIG_440_GX define usage.
Diffstat (limited to 'cpu/ppc4xx/start.S')
-rw-r--r--cpu/ppc4xx/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S
index f37c1d629..17d3aa32e 100644
--- a/cpu/ppc4xx/start.S
+++ b/cpu/ppc4xx/start.S
@@ -1468,7 +1468,7 @@ trap_init:
cmplw 0, r7, r8
blt 4b
-#if !defined(CONFIG_440_GX) && !defined(CONFIG_440SPE)
+#if !defined(CONFIG_440GX) && !defined(CONFIG_440SPE)
addi r7,r0,0x1000 /* set ME bit (Machine Exceptions) */
oris r7,r7,0x0002 /* set CE bit (Critical Exceptions) */
mtmsr r7 /* change MSR */