enable vfp and NEON in boot_core1

This commit is contained in:
Simon Renblad 2025-02-11 15:42:40 +08:00 committed by sb10q
parent c6f6bd292d
commit 0ed235475a

View File

@ -66,6 +66,7 @@ unsafe extern "C" fn boot_core0() -> ! {
unsafe extern "C" fn boot_core1() -> ! { unsafe extern "C" fn boot_core1() -> ! {
l1_cache_init(); l1_cache_init();
enable_fpu();
let mpcore = mpcore::RegisterBlock::mpcore(); let mpcore = mpcore::RegisterBlock::mpcore();
mpcore.scu_invalidate.invalidate_core1(); mpcore.scu_invalidate.invalidate_core1();