From 10672ff957e71fc29a45289f0bfb93fbe9f5e330 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 2 Jan 2023 21:54:16 +0100 Subject: [PATCH] configs/spike_riscv64_defconfig: bump opensbi to 1.1 Instead of the default 0.9 version. Signed-off-by: Peter Korsgaard Reviewed-by: Julien Olivain Tested-by: Julien Olivain Signed-off-by: Peter Korsgaard --- configs/spike_riscv64_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/spike_riscv64_defconfig b/configs/spike_riscv64_defconfig index cd8fd8ee04..26103682f9 100644 --- a/configs/spike_riscv64_defconfig +++ b/configs/spike_riscv64_defconfig @@ -8,6 +8,8 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y BR2_TARGET_ROOTFS_CPIO=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_OPENSBI=y +BR2_TARGET_OPENSBI_CUSTOM_VERSION=y +BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.1" BR2_TARGET_OPENSBI_PLAT="generic" BR2_TARGET_OPENSBI_LINUX_PAYLOAD=y BR2_PACKAGE_HOST_RISCV_ISA_SIM=y