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 /post/cpu/ppc4xx/cache_4xx.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 'post/cpu/ppc4xx/cache_4xx.S')
-rw-r--r-- | post/cpu/ppc4xx/cache_4xx.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/cpu/ppc4xx/cache_4xx.S b/post/cpu/ppc4xx/cache_4xx.S index 785b8d6..dddd76b 100644 --- a/post/cpu/ppc4xx/cache_4xx.S +++ b/post/cpu/ppc4xx/cache_4xx.S @@ -438,7 +438,7 @@ cache_post_test6_reloc: blr /* Test instructions. - */ + */ cache_post_test_inst: li r3, 0 li r3, -1 |