diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 02:00:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 02:00:47 +0200 |
commit | fe7eb5d88bd593a35a13a0a84997ab6c41397bac (patch) | |
tree | dd5040f7031de8efb5f562f826b3ee8f0d929158 /cpu/arm_intcm/cpu.c | |
parent | 74f4304ee717d0f4b3a27e7fd4a64944749b8783 (diff) | |
download | u-boot-imx-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.zip u-boot-imx-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.gz u-boot-imx-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.bz2 |
Cleanup
Diffstat (limited to 'cpu/arm_intcm/cpu.c')
-rw-r--r-- | cpu/arm_intcm/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/arm_intcm/cpu.c b/cpu/arm_intcm/cpu.c index 34cd5af..d03b09d 100644 --- a/cpu/arm_intcm/cpu.c +++ b/cpu/arm_intcm/cpu.c @@ -58,8 +58,8 @@ int cleanup_before_linux (void) disable_interrupts (); - /* Since the CM has unknown processor we do not support - * cache operations + /* Since the CM has unknown processor we do not support + * cache operations */ return (0); |