diff options
Diffstat (limited to 'cpu/mpc8220/start.S')
-rw-r--r-- | cpu/mpc8220/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8220/start.S b/cpu/mpc8220/start.S index c5d2388..5233202 100644 --- a/cpu/mpc8220/start.S +++ b/cpu/mpc8220/start.S @@ -111,7 +111,7 @@ boot_warm: /* MBAR is mirrored into the MBAR SPR */ mtspr MBAR,r3 - mtspr SPRN_SPRG7W,r3 + mtspr SPRN_SPRG7W,r3 lis r4, CFG_DEFAULT_MBAR@h stw r3, 0(r4) #endif /* CFG_DEFAULT_MBAR */ |