summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/start.S
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-03-08 11:38:58 +0100
committerWolfgang Denk <wd@denx.de>2007-03-08 11:38:58 +0100
commit35ded29fd941f3bd40660dd1440763f34708cf65 (patch)
tree5a99aa86cc9716a4374f0f3976af43c07c71f3ca /cpu/ppc4xx/start.S
parent46270c285190b35d2e99f7181ec6e8c0d2d6ef4c (diff)
parentcd84528f203a28f73e09c11e2737218938eaf71b (diff)
downloadu-boot-imx-35ded29fd941f3bd40660dd1440763f34708cf65.zip
u-boot-imx-35ded29fd941f3bd40660dd1440763f34708cf65.tar.gz
u-boot-imx-35ded29fd941f3bd40660dd1440763f34708cf65.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
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 6b2c170..54be37c 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.