summaryrefslogtreecommitdiff
path: root/cpu/mpc8220/start.S
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-05 23:32:21 +0000
committerwdenk <wdenk>2005-04-05 23:32:21 +0000
commit3c2b3d454daa6024cc20d166b2f50efde169c7fe (patch)
treef66cfb007a5dec1d47a19b2cab8a9dc127468347 /cpu/mpc8220/start.S
parentb304c96871c92d1ec8fa57dda36cc198660fd10e (diff)
* Patch by Ladislav Michl, 05 Apr 2005:
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
Diffstat (limited to 'cpu/mpc8220/start.S')
-rw-r--r--cpu/mpc8220/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8220/start.S b/cpu/mpc8220/start.S
index c5d2388ca..52332023e 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 */