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:
WwWangGuan 2024-11-27 23:39:42 +08:00
parent 2e11005435
commit e6f815394c
1 changed files with 1 additions and 1 deletions

View File

@ -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