diff options
author | Wolfgang Denk | 2005-09-25 02:00:47 +0200 |
---|---|---|
committer | Wolfgang Denk | 2005-09-25 02:00:47 +0200 |
commit | fe7eb5d88bd593a35a13a0a84997ab6c41397bac (patch) | |
tree | dd5040f7031de8efb5f562f826b3ee8f0d929158 /cpu/arm926ejs | |
parent | 74f4304ee717d0f4b3a27e7fd4a64944749b8783 (diff) |
Cleanup
Diffstat (limited to 'cpu/arm926ejs')
-rw-r--r-- | cpu/arm926ejs/start.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/arm926ejs/start.S b/cpu/arm926ejs/start.S index dfa6e7fa314..5f5a1c59690 100644 --- a/cpu/arm926ejs/start.S +++ b/cpu/arm926ejs/start.S @@ -395,7 +395,7 @@ fiq: # ifdef CONFIG_INTEGRATOR - /* Satisfied by Integrator routine (AP or CP) */ + /* Satisfied by Integrator routine (AP or CP) */ #else @@ -414,4 +414,3 @@ rstctl1: .word 0xfffece10 #endif /* #ifdef CONFIG_INTEGRATOR */ - |