diff options
Diffstat (limited to 'src/arch/riscv/opensbi.c')
-rw-r--r-- | src/arch/riscv/opensbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/opensbi.c b/src/arch/riscv/opensbi.c index e719560db3..3a738ec83a 100644 --- a/src/arch/riscv/opensbi.c +++ b/src/arch/riscv/opensbi.c @@ -2,7 +2,7 @@ #include <sbi/fw_dynamic.h> #include <arch/boot.h> -/* DO NOT INLCUDE COREBOOT HEADERS HERE */ +/* DO NOT INCLUDE COREBOOT HEADERS HERE */ void run_opensbi(const int hart_id, const void *fdt, |