summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2020-04-16 18:09:33 +0300
committerAndes <uboot@andestech.com>2020-04-23 05:14:06 +0300
commitfa16ec23bcc8c855106f055d6e552e4cc203a87d (patch)
treef95c05a89dacfcaad67750ed2128a64fb18fc54c
parentff0fa6c1b31b6b48db7864dd01819842d6c02648 (diff)
downloadu-boot-fa16ec23bcc8c855106f055d6e552e4cc203a87d.tar.xz
riscv: Make SBI v0.2 the default SBI version
To work with latest OpenSBI release (v0.7 or above) that has the HSM extension support, select the SBI v0.2 support by default. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
-rw-r--r--arch/riscv/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index c729871813..fb5fe5afff 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"