Skip to content

Commit 06bf1ea

Browse files
tomi-fontendre-nordic
authored andcommitted
modules: tf-m: 54l: remove __ICACHE_PRESENT=1 compile definition
This shouldn't be needed anymore. It seems that this define isn't really checked anywhere. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent c434614 commit 06bf1ea

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

modules/trusted-firmware-m/tfm_boards/nrf54l10_cpuapp/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ target_include_directories(platform_s
2727
${ZEPHYR_BASE}/soc/nordic/common
2828
)
2929

30-
# nrf54l10_application.h should be defining __ICACHE_PRESENT, but
31-
# it is not, until this is fixed we define it here.
32-
target_compile_definitions(platform_s
33-
PRIVATE
34-
__ICACHE_PRESENT=1
35-
)
36-
3730
install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake
3831
DESTINATION ${INSTALL_PLATFORM_NS_DIR}
3932
RENAME cpuarch.cmake)

modules/trusted-firmware-m/tfm_boards/nrf54l15_cpuapp/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ target_include_directories(platform_s
2727
${ZEPHYR_BASE}/soc/nordic/common
2828
)
2929

30-
# nrf54l15_application.h should be defining __ICACHE_PRESENT, but
31-
# it is not, until this is fixed we define it here.
32-
target_compile_definitions(platform_s
33-
PRIVATE
34-
__ICACHE_PRESENT=1
35-
)
36-
3730
install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake
3831
DESTINATION ${INSTALL_PLATFORM_NS_DIR}
3932
RENAME cpuarch.cmake)

modules/trusted-firmware-m/tfm_boards/nrf54lv10a_cpuapp/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ target_include_directories(platform_s
2727
${ZEPHYR_BASE}/soc/nordic/common
2828
)
2929

30-
# nrf54lv10a_application.h should be defining __ICACHE_PRESENT, but
31-
# it is not, until this is fixed we define it here.
32-
target_compile_definitions(platform_s
33-
PRIVATE
34-
__ICACHE_PRESENT=1
35-
)
36-
3730
install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake
3831
DESTINATION ${INSTALL_PLATFORM_NS_DIR}
3932
RENAME cpuarch.cmake)

0 commit comments

Comments
 (0)