riscv: Make SBI v0.2 the default SBI version
authorBin Meng <bmeng.cn@gmail.com>
Thu, 16 Apr 2020 15:09:33 +0000 (08:09 -0700)
committerAndes <uboot@andestech.com>
Thu, 23 Apr 2020 02:14:06 +0000 (10:14 +0800)
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>
arch/riscv/Kconfig

index c72987181364333d0ae49dc14e58222835d88132..fb5fe5affff1f3979279d030113872aee9755418 100644 (file)
@@ -228,7 +228,7 @@ config SBI
 
 choice
        prompt "SBI support"
-       default SBI_V01
+       default SBI_V02
 
 config SBI_V01
        bool "SBI v0.1 support"