mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-09 11:50:40 +00:00
Correcting comment in boot.S
This commit is contained in:
parent
05ba21e8fd
commit
6911e4630d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ _start:
|
|||
// First enable the FPU
|
||||
|
||||
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
|
||||
msr cpacr_el1, x0 // Enable FP/SIMD at EL1
|
||||
|
||||
|
|
Loading…
Reference in a new issue