* Patch by Xiao Xianghua, 23 Oct 2003:
  small patch for mpc85xx

* Fix small problem in MPC5200 I2C driver

* Fix FCC3 support on ATC board
diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S
index 468923c..b2baf02 100644
--- a/cpu/mpc85xx/start.S
+++ b/cpu/mpc85xx/start.S
@@ -362,10 +362,12 @@
 	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)