fix : libc : change RISCV_S_MODE to libc
在bsp/qemu-virt64-riscv中,RISCV_S_MODE的配置在driver中,应该修改RISCV_S_MODE到libc中
This commit is contained in:
parent
2e11005435
commit
e6f815394c
|
@ -271,9 +271,9 @@ if ARCH_RISCV64
|
|||
|
||||
config RISCV_S_MODE
|
||||
bool "RT-Thread run in RISC-V S-Mode(supervisor mode)"
|
||||
depends on BOARD_QEMU_VIRT_RV64
|
||||
default y
|
||||
|
||||
|
||||
endif
|
||||
|
||||
config ARCH_REMAP_KERNEL
|
||||
|
|
Loading…
Reference in New Issue