Small changes.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11578 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
f2e082d7d4
commit
1e6c8c4727
|
@ -55,13 +55,13 @@ Boot_Handler:
|
||||||
/*
|
/*
|
||||||
* Do not redirect secure interrupts to AIC
|
* Do not redirect secure interrupts to AIC
|
||||||
*/
|
*/
|
||||||
ldr r0, =AIC_REDIR_KEY
|
ldr r0, =AIC_REDIR_KEY
|
||||||
ldr r1, =SFR_SN1
|
ldr r1, =SFR_SN1
|
||||||
ldr r1, [r1]
|
ldr r1, [r1]
|
||||||
eor r0, r0, r1
|
eor r0, r0, r1
|
||||||
bic r0, r0, #0x1
|
bic r0, r0, #0x1
|
||||||
ldr r1, =SFR_AICREDIR
|
ldr r1, =SFR_AICREDIR
|
||||||
str r0, [r1]
|
str r0, [r1]
|
||||||
/*
|
/*
|
||||||
* Reset SCTLR Settings
|
* Reset SCTLR Settings
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue