diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-03-08 11:41:19 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-08 11:41:19 +0100 |
commit | efa013df333fb680eedfcad22283083614dad418 (patch) | |
tree | f169b08167b1fbd93fae104716387a6eb8b185e7 /cpu/ppc4xx/start.S | |
parent | d8be57669b37d57625bbe37c4603dab05058cea7 (diff) | |
parent | 35ded29fd941f3bd40660dd1440763f34708cf65 (diff) | |
download | u-boot-imx-efa013df333fb680eedfcad22283083614dad418.zip u-boot-imx-efa013df333fb680eedfcad22283083614dad418.tar.gz u-boot-imx-efa013df333fb680eedfcad22283083614dad418.tar.bz2 |
Merge with /home/git/u-boot
Diffstat (limited to 'cpu/ppc4xx/start.S')
-rw-r--r-- | cpu/ppc4xx/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S index 3fa52bd..072a6d1 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. |