Skip to content

Commit

Permalink
comment out mcuboot BL2 build and tm-m tests
Browse files Browse the repository at this point in the history
  • Loading branch information
as-iotex committed Oct 12, 2022
1 parent f50b7ec commit fb1f53c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/set_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ if (BL1 AND PLATFORM_DEFAULT_BL1)
endif()

# Load MCUboot specific default.cmake
if (NOT DEFINED BL2 OR BL2)
include(${CMAKE_SOURCE_DIR}/bl2/ext/mcuboot/mcuboot_default_config.cmake)
endif()
# if (NOT DEFINED BL2 OR BL2)
# include(${CMAKE_SOURCE_DIR}/bl2/ext/mcuboot/mcuboot_default_config.cmake)
# endif()

# Include coprocessor configs
include(config/cp_config_default.cmake)
Expand All @@ -72,7 +72,7 @@ include(config/config_default.cmake)
# Fetch tf-m-tests repo during config, if NS or regression test is required.
# Therefore tf-m-tests configs can be set with TF-M configs since their configs
# are coupled.
include(lib/ext/tf-m-tests/tf-m-tests.cmake)
# include(lib/ext/tf-m-tests/tf-m-tests.cmake)

# Load TF-M regression test suites setting
if (TFM_NS_REG_TEST OR TFM_S_REG_TEST)
Expand Down

0 comments on commit fb1f53c

Please sign in to comment.