git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13443 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
7fdb7e3986
commit
66b1af9131
|
@ -82,7 +82,7 @@ Reset_Handler PROC
|
|||
isb
|
||||
bl __early_init
|
||||
|
||||
IF {CPU} = "Cortex-M4.fp"
|
||||
IF {CPU} = "Cortex-M4.fp.sp"
|
||||
LDR R0, =0xE000ED88 ; Enable CP10,CP11
|
||||
LDR R1, [R0]
|
||||
ORR R1, R1, #(0xF << 20)
|
||||
|
|
Loading…
Reference in New Issue