Skip to content

Commit

Permalink
configs/hifive_unleashed_defconfig: explicitly use OpenSBI 0.9
Browse files Browse the repository at this point in the history
Rather than relying on what is currently the default.

Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
jacmet committed Jan 7, 2023
1 parent 5db2e5d commit fad36fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/hifive_unleashed_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fad36fa

Please sign in to comment.