diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-05-01 00:16:11 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-05-01 00:16:11 +0200 |
| commit | 0ee7a310479640ef17ce2fc0f6c13cf7961d2330 (patch) | |
| tree | a99c8694971169675216562baf5a22717e41f011 /cpu/arm925t/cpu.c | |
| parent | d3a513c23ba4100d6983161cdc1f747dfd087bbd (diff) | |
| download | olio-uboot-2014.01-0ee7a310479640ef17ce2fc0f6c13cf7961d2330.tar.xz olio-uboot-2014.01-0ee7a310479640ef17ce2fc0f6c13cf7961d2330.zip | |
Update CHANGELOG; minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/arm925t/cpu.c')
| -rw-r--r-- | cpu/arm925t/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm925t/cpu.c b/cpu/arm925t/cpu.c index cf6a48910..a9778dc3d 100644 --- a/cpu/arm925t/cpu.c +++ b/cpu/arm925t/cpu.c @@ -80,4 +80,3 @@ static void cache_flush (void) asm ("mcr p15, 0, %0, c7, c7, 0": :"r" (i)); } - |