configs/qemu_riscv32_virt_defconfig: use OpenSBI 1.2

Rather than the default (currently 0.9).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023.02.x
Peter Korsgaard 2023-01-07 09:27:06 +01:00
parent c1d22c7331
commit a564f4da0f
1 changed files with 2 additions and 0 deletions

View File

@ -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