diff options
Diffstat (limited to 'cpu/arm926ejs/start.S')
| -rw-r--r-- | cpu/arm926ejs/start.S | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/cpu/arm926ejs/start.S b/cpu/arm926ejs/start.S index fc6b20b21..725c6639a 100644 --- a/cpu/arm926ejs/start.S +++ b/cpu/arm926ejs/start.S @@ -392,25 +392,3 @@ fiq:  	bl	do_fiq  #endif - -# ifdef CONFIG_INTEGRATOR - -	/* Satisfied by Integrator routine (AP or CP) */ - -#else - -	.align	5 -.globl reset_cpu -reset_cpu: -	ldr	r1, rstctl1	/* get clkm1 reset ctl */ -	mov	r3, #0x0 -	strh	r3, [r1]	/* clear it */ -	mov	r3, #0x8 -	strh	r3, [r1]	/* force dsp+arm reset */ -_loop_forever: -	b	_loop_forever - -rstctl1: -	.word	0xfffece10 - -#endif /* #ifdef CONFIG_INTEGRATOR */ |