diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-07-11 17:48:09 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-07-11 17:48:09 -0500 |
commit | 9e04033d47410f888459458d5f35a0933584d7c8 (patch) | |
tree | 07751c255514af48eff09c2382269d431c2056f9 /cpu/ppc4xx/start.S | |
parent | 0459e7d3a0a273064b738aa2e06fd7dcd35eec58 (diff) | |
parent | 4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff) | |
download | u-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.zip u-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.tar.gz u-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.tar.bz2 |
Merge git://www.denx.de/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 6086b6c..8ecaaea 100644 --- a/cpu/ppc4xx/start.S +++ b/cpu/ppc4xx/start.S @@ -1222,7 +1222,7 @@ mck_return: */ #ifdef CONFIG_440 .globl dcache_disable - .globl icache_disable + .globl icache_disable .globl icache_enable dcache_disable: icache_disable: |