From a57a496f4d0582391671ebe29d23e92b6a266463 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 26 Oct 2003 22:52:58 +0000 Subject: * Patch by Xiao Xianghua, 23 Oct 2003: small patch for mpc85xx * Fix small problem in MPC5200 I2C driver * Fix FCC3 support on ATC board --- cpu/mpc85xx/start.S | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpu') 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) -- cgit v1.2.1