]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xxx/start.S
* Patch by Travis Sawyer, 09 Feb 2004:
[karo-tx-uboot.git] / cpu / mpc5xxx / start.S
index 26811e11ad7606cd040069bbb86cc745f2987e78..6f0b269b46cbe66ea139c05ee5e31eae34a3661a 100644 (file)
@@ -145,6 +145,8 @@ lowboot_reentry:
        lis     r3, CFG_MBAR@h
        ori     r3, r3, CFG_MBAR@l
 #if defined(CONFIG_MPC5200)
+       /* MBAR is mirrored into the MBAR SPR */
+       mtspr   MBAR,r3
        rlwinm  r3, r3, 16, 16, 31
 #endif
 #if defined(CONFIG_MGT5100)