summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2008-10-27 17:31:05 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-10-27 17:31:05 -0500
commit16263ffd3c6d77645891bfd1b311713d936771f1 (patch)
treecc6aaad431b70fe89a7541e627fdf96dd3df40cf /cpu
parent4442f45b0e1cbad35aa22d4cad22b90a57e3f32d (diff)
parentf8030519bbe20b836f3939742b959cbadfaad51b (diff)
downloadu-boot-imx-16263ffd3c6d77645891bfd1b311713d936771f1.zip
u-boot-imx-16263ffd3c6d77645891bfd1b311713d936771f1.tar.gz
u-boot-imx-16263ffd3c6d77645891bfd1b311713d936771f1.tar.bz2
Merge branch 'denx'
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ppc4xx/start.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S
index 31902a0..882ef21 100644
--- a/cpu/ppc4xx/start.S
+++ b/cpu/ppc4xx/start.S
@@ -918,7 +918,8 @@ _start:
ori r4, r4, CONFIG_SYS_DCACHE_SACR_VALUE@l
mtdccr r4
-#if !(defined(CONFIG_SYS_EBC_PB0AP) && defined(CONFIG_SYS_EBC_PB0CR))
+#if !(defined(CONFIG_SYS_EBC_PB0AP) && defined(CONFIG_SYS_EBC_PB0CR))\
+ && !defined (CONFIG_XILINX_405)
/*----------------------------------------------------------------------- */
/* Tune the speed and size for flash CS0 */
/*----------------------------------------------------------------------- */