projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0fa6c
)
riscv: Make SBI v0.2 the default SBI version
author
Bin Meng
<bmeng.cn@gmail.com>
Thu, 16 Apr 2020 15:09:33 +0000
(08:09 -0700)
committer
Andes
<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
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig
b/arch/riscv/Kconfig
index c72987181364333d0ae49dc14e58222835d88132..fb5fe5affff1f3979279d030113872aee9755418 100644
(file)
--- a/
arch/riscv/Kconfig
+++ b/
arch/riscv/Kconfig
@@
-228,7
+228,7
@@
config SBI
choice
prompt "SBI support"
- default SBI_V0
1
+ default SBI_V0
2
config SBI_V01
bool "SBI v0.1 support"