enable vfp and NEON earlier in core1
This commit is contained in:
parent
12cb5c0651
commit
710984bdaf
@ -66,6 +66,7 @@ unsafe extern "C" fn boot_core0() -> ! {
|
||||
unsafe extern "C" fn boot_core1() -> ! {
|
||||
l1_cache_init();
|
||||
|
||||
enable_fpu();
|
||||
let mpcore = mpcore::RegisterBlock::mpcore();
|
||||
mpcore.scu_invalidate.invalidate_core1();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user