diff mbox series

[4/4] configs/hifive_unleashed_defconfig: explicitly use OpenSBI 0.9

Message ID 20230107082710.2609784-4-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 relying on what is currently the default.

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

Comments

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

 > Rather than relying on what is currently the default.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 > ---

FYI, 1.2 would probably also work but I don't have the hardware to
verify.


 >  configs/hifive_unleashed_defconfig | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/configs/hifive_unleashed_defconfig b/configs/hifive_unleashed_defconfig
 > index 0b87f2588f..2b6ee6c08e 100644
 > --- a/configs/hifive_unleashed_defconfig
 > +++ b/configs/hifive_unleashed_defconfig
 > @@ -37,6 +37,8 @@ BR2_LINUX_KERNEL_INSTALL_TARGET=y
 
 >  # Bootloader
 >  BR2_TARGET_OPENSBI=y
 > +BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
 > +BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="0.9"
 >  BR2_TARGET_OPENSBI_PLAT="generic"
 >  BR2_TARGET_UBOOT=y
 >  BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 > -- 

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

 > Rather than relying on what is currently the default.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/configs/hifive_unleashed_defconfig b/configs/hifive_unleashed_defconfig
index 0b87f2588f..2b6ee6c08e 100644
--- a/configs/hifive_unleashed_defconfig
+++ b/configs/hifive_unleashed_defconfig
@@ -37,6 +37,8 @@  BR2_LINUX_KERNEL_INSTALL_TARGET=y
 
 # Bootloader
 BR2_TARGET_OPENSBI=y
+BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
+BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="0.9"
 BR2_TARGET_OPENSBI_PLAT="generic"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y