Correcting comment in boot.S

This commit is contained in:
Adam Greenwood-Byrne 2021-03-15 17:16:30 +00:00
parent 05ba21e8fd
commit 6911e4630d

View file

@ -45,7 +45,7 @@ _start:
// First enable the FPU // First enable the FPU
mov x0, #0x33ff mov x0, #0x33ff
msr cptr_el3, x0 // Disable coprocessor traps to EL2 msr cptr_el3, x0 // Disable coprocessor traps to EL3
mov x0, #3 << 20 mov x0, #3 << 20
msr cpacr_el1, x0 // Enable FP/SIMD at EL1 msr cpacr_el1, x0 // Enable FP/SIMD at EL1