summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-26 22:52:58 +0000
committerwdenk <wdenk>2003-10-26 22:52:58 +0000
commita57a496f4d0582391671ebe29d23e92b6a266463 (patch)
tree5cffe69d72f09a4c9dd9772b72b3562d562b0a00 /cpu
parent8cb8143ef7e490c13512cbdf688faf39f5aa4179 (diff)
downloadblackbird-obmc-uboot-a57a496f4d0582391671ebe29d23e92b6a266463.tar.gz
blackbird-obmc-uboot-a57a496f4d0582391671ebe29d23e92b6a266463.zip
* Patch by Xiao Xianghua, 23 Oct 2003:
small patch for mpc85xx * Fix small problem in MPC5200 I2C driver * Fix FCC3 support on ATC board
Diffstat (limited to 'cpu')
-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