Skip to content

Commit

Permalink
settings.cmake: Use OpenSBI instead of BBL
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Francis <[email protected]>
  • Loading branch information
alistair23 authored and Oliver Scott committed Mar 9, 2021
1 parent 735fcbf commit 268ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ list(
)

set(NANOPB_SRC_ROOT_FOLDER "${project_dir}/tools/nanopb" CACHE INTERNAL "")
set(BBL_PATH ${project_dir}/tools/riscv-pk CACHE STRING "BBL Folder location")
set(OPENSBI_PATH "${project_dir}/tools/opensbi" CACHE STRING "OpenSBI Folder location")

set(SEL4_CONFIG_DEFAULT_ADVANCED ON)

Expand Down

0 comments on commit 268ed02

Please sign in to comment.