diff options
author | Wolfgang Denk <wd@denx.de> | 2007-07-10 00:01:28 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-10 00:01:28 +0200 |
commit | 4ef218f6fdf8d747f4589da5252b004e7d2c2876 (patch) | |
tree | 300416f5afbdfae1d680578f9d8b5561e6dd9884 /cpu/ppc4xx/start.S | |
parent | bf6a9ca9b2aa219612c3678444b8123e28aa8940 (diff) | |
download | u-boot-imx-4ef218f6fdf8d747f4589da5252b004e7d2c2876.zip u-boot-imx-4ef218f6fdf8d747f4589da5252b004e7d2c2876.tar.gz u-boot-imx-4ef218f6fdf8d747f4589da5252b004e7d2c2876.tar.bz2 |
Coding style cleanup; update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
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: |