Message ID | 1587049773-1464-7-git-send-email-bmeng.cn@gmail.com |
---|---|
State | Accepted |
Commit | fa16ec23bcc8c855106f055d6e552e4cc203a87d |
Headers | show |
Series | riscv: Make SBI v0.2 the default SBI version to work with OpenSBI v0.7 | expand |
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index c729871..fb5fe5a 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -228,7 +228,7 @@ config SBI choice prompt "SBI support" - default SBI_V01 + default SBI_V02 config SBI_V01 bool "SBI v0.1 support"