1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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>
This commit is contained in:
Bin Meng
2020-04-16 08:09:33 -07:00
committed by Andes
parent ff0fa6c1b3
commit fa16ec23bc

View File

@@ -228,7 +228,7 @@ config SBI
choice choice
prompt "SBI support" prompt "SBI support"
default SBI_V01 default SBI_V02
config SBI_V01 config SBI_V01
bool "SBI v0.1 support" bool "SBI v0.1 support"