Skip to content

Commit eaa4e9c

Browse files
joerchanrlubos
authored andcommitted
tfm: Remove redudant PLATFORM_DEFAULT_ATTEST_HAL set to off
Remove redudant PLATFORM_DEFAULT_ATTEST_HAL set to OFF. We always set this to off in common/config.cmake. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
1 parent 90f4d66 commit eaa4e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/trusted-firmware-m/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ endif()
142142
if (CONFIG_TFM_PROFILE_TYPE_MINIMAL)
143143
set_property(TARGET zephyr_property_target
144144
APPEND PROPERTY TFM_CMAKE_OPTIONS
145-
-DPLATFORM_DEFAULT_ATTEST_HAL=OFF
146145
-DPLATFORM_DEFAULT_ROTPK=OFF
147146
-DPLATFORM_DEFAULT_IAK=OFF
148147
-DPLATFORM_DEFAULT_NV_SEED=OFF

0 commit comments

Comments
 (0)