Skip to content

Commit be25c94

Browse files
stephanosiocarlescufi
authored andcommitted
modules: trusted-firmware-m: Remove 'xtools' toolchain support
This commit removes the TF-M support for the `xtools` toolchain variant, which has been deprecated since Zephyr v3.3.0 and now removed. Note that `zephyr` toolchain variant must be used instead of `xtools` when building with Zephyr SDK. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 0e6f6cf commit be25c94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/trusted-firmware-m/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ if (CONFIG_BUILD_WITH_TFM)
210210
set(TFM_TOOLCHAIN_FILE "toolchain_GNUARM.cmake")
211211
set(TFM_TOOLCHAIN_PREFIX "arm-none-eabi")
212212
set(TFM_TOOLCHAIN_PATH ${GNUARMEMB_TOOLCHAIN_PATH}/bin)
213-
elseif(${ZEPHYR_TOOLCHAIN_VARIANT} STREQUAL "xtools")
214-
set(TFM_TOOLCHAIN_FILE "toolchain_GNUARM.cmake")
215-
set(TFM_TOOLCHAIN_PREFIX "arm-zephyr-eabi")
216-
set(TFM_TOOLCHAIN_PATH ${XTOOLS_TOOLCHAIN_PATH}/arm-zephyr-eabi/bin)
217213
else()
218214
message(FATAL_ERROR "Unsupported ZEPHYR_TOOLCHAIN_VARIANT: ${ZEPHYR_TOOLCHAIN_VARIANT}")
219215
endif()

0 commit comments

Comments
 (0)