summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc85xx/start.S')
-rw-r--r--cpu/mpc85xx/start.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S
index 468923c998..b2baf02ebf 100644
--- a/cpu/mpc85xx/start.S
+++ b/cpu/mpc85xx/start.S
@@ -362,10 +362,12 @@ _start:
isync
#if defined(CONFIG_ADDR_STREAMING)
- li r0,0x2000
+ li r0,0x3000
+#else
+ li r0,0x1000
+#endif
mtspr HID1,r0
isync
-#endif
/* Enable Branch Prediction */
#if defined(CONFIG_BTB)
OpenPOWER on IntegriCloud