Skip to content

Commit c76cf05

Browse files
committed
modules: hal_nordic: nrfx: Remove workaround for TAMPC setup
Skip of TAMPC setup is no longer needed on nRF54L* boards. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 parent afd1210 commit c76cf05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_DISABLE_FICR_TRIMCNF NRF_DIS
201201
zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE NRF_SKIP_GLITCHDETECTOR_DISABLE)
202202
zephyr_compile_definitions_ifndef(CONFIG_SOC_NRF54L_ANOMALY_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0)
203203

204-
# Inject code to skip TAMPC setup for nRF54LM20A and nRF54L09. It is not supported for now.
205-
# It needs to be removed when support is provided.
206-
if(CONFIG_SOC_NRF54LM20A_ENGA_CPUAPP OR CONFIG_SOC_NRF54L09_ENGA_CPUAPP)
207-
zephyr_compile_definitions(NRF_SKIP_TAMPC_SETUP)
208-
endif()
209-
210204
if(CONFIG_SOC_COMPATIBLE_NRF54LX AND CONFIG_NRFX_GPPI)
211205
zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_dppi_ppib_lumos.c)
212206
zephyr_library_sources(${NRFX_DIR}/soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c)

0 commit comments

Comments
 (0)