diff options
Diffstat (limited to 'cpu/arm926ejs/start.S')
| -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 dfa6e7fa3..5f5a1c596 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 */ - |