forked from Imagelibrary/rtems
riscv: Use zicsr architecture extension
This is required for ISA 2.0 support, see chapter "Zicsr", Control and Status Register (CSR) Instructions, Version 2.0 in RISC-V Instruction Set Manual, Volume I: RISC-V User-Level ISA
This commit is contained in:
@@ -39,6 +39,7 @@ PUBLIC(_start)
|
||||
|
||||
.section .bsp_start_text, "wax", @progbits
|
||||
.align 2
|
||||
.option arch, +zicsr
|
||||
|
||||
TYPE_FUNC(_start)
|
||||
SYM(_start):
|
||||
|
||||
Reference in New Issue
Block a user