aboutsummaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/start.S
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-03-08 11:41:19 +0100
committerWolfgang Denk <wd@denx.de>2007-03-08 11:41:19 +0100
commitefa013df333fb680eedfcad22283083614dad418 (patch)
treef169b08167b1fbd93fae104716387a6eb8b185e7 /cpu/ppc4xx/start.S
parentd8be57669b37d57625bbe37c4603dab05058cea7 (diff)
parent35ded29fd941f3bd40660dd1440763f34708cf65 (diff)
Merge with /home/git/u-boot
Diffstat (limited to 'cpu/ppc4xx/start.S')
-rw-r--r--cpu/ppc4xx/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S
index 3fa52bd75..072a6d1e9 100644
--- a/cpu/ppc4xx/start.S
+++ b/cpu/ppc4xx/start.S
@@ -1361,7 +1361,7 @@ ppcSync:
relocate_code:
#if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
- defined(CONFIG_440SPE)
+ defined(CONFIG_440SP) || defined(CONFIG_440SPE)
/*
* On some 440er platforms the cache is enabled in the first TLB (Boot-CS)
* to speed up the boot process. Now this cache needs to be disabled.