diff mbox series

[1/4] configs/qemu_riscv32_virt_defconfig: use OpenSBI 1.2

Message ID 20230107082710.2609784-1-peter@korsgaard.com
State Accepted
Headers show
Series [1/4] configs/qemu_riscv32_virt_defconfig: use OpenSBI 1.2 | expand

Commit Message

Peter Korsgaard Jan. 7, 2023, 8:27 a.m. UTC
Rather than the default (currently 0.9).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/qemu_riscv32_virt_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Jan. 7, 2023, 7:25 p.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Rather than the default (currently 0.9).
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig
index faf4e1e312..f354e303e5 100644
--- a/configs/qemu_riscv32_virt_defconfig
+++ b/configs/qemu_riscv32_virt_defconfig
@@ -25,6 +25,8 @@  BR2_LINUX_KERNEL_IMAGE=y
 
 # Bootloader
 BR2_TARGET_OPENSBI=y
+BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
+BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.2"
 BR2_TARGET_OPENSBI_PLAT="generic"
 
 # host-qemu for gitlab testing