Kernel/riscv64: Fix typo in naming of Devicetree

This commit is contained in:
landonbr 2024-09-08 10:45:21 -04:00 committed by Nico Weber
parent 1d83f73ec5
commit 37424ade04

View file

@ -36,7 +36,7 @@ start:
// We also expect that an implementation of the RISC-V Supervisor Binary Interface is available.
// Don't touch a0/a1 as we expect those registers to contain the hart ID
// and a pointer to the Flattened Fevice Tree.
// and a pointer to the Flattened Devicetree.
// Clear sstatus.SIE, which disables all interrupts in supervisor mode.
csrci sstatus, 1 << 1