Skip to content

Commit f26f416

Browse files
joerchancfriedt
authored andcommitted
modules: tfm: Remove duplicate tfm cmakecache config
Remove duplicated setting of TF-M CMakeCache.txt entry TFM_BOARD. In addition it is also wrong since the CONFIG_ prefix is missing. Leftover from: 583d5a6 Signed-off-by: Joakim Andersson <[email protected]>
1 parent 193ffab commit f26f416

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/trusted-firmware-m/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ if (CONFIG_BUILD_WITH_TFM)
191191
-DTFM_TOOLCHAIN_FILE=${ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR}/${TFM_TOOLCHAIN_FILE}
192192
-DPSA_TOOLCHAIN_FILE=${CMAKE_CURRENT_LIST_DIR}/psa/GNUARM.cmake
193193
-DTOOLCHAIN=INHERIT
194-
-DTFM_PLATFORM=${TFM_BOARD}
195194
-DCROSS_COMPILE=${TFM_TOOLCHAIN_PATH}/${TFM_TOOLCHAIN_PREFIX}
196195
-DCMAKE_BUILD_TYPE=${TFM_CMAKE_BUILD_TYPE}
197196
-DTFM_PLATFORM=${CONFIG_TFM_BOARD}

0 commit comments

Comments
 (0)