diff options
author | Stefan Roese <sr@denx.de> | 2007-03-08 10:32:45 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-08 10:32:45 +0100 |
commit | cd84528f203a28f73e09c11e2737218938eaf71b (patch) | |
tree | 69ace4c4c5dbc7cfc36da54469b3ee70edeae05f /cpu/ppc4xx/start.S | |
parent | fa1aef15bcd47736687be1af544506e90fba545d (diff) | |
parent | 00cdb4ce5e1b42248e7e6522ad0da3421b988afa (diff) |
Merge with /home/stefan/git/u-boot/yucca-ddr2
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 24b30dfe716..1301cd26d8b 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. |