configs/hifive_unleashed_defconfig: explicitly use OpenSBI 0.9
Rather than relying on what is currently the default. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5db2e5d45e
commit
fad36fa91d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user