File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed
modules/trusted-firmware-m/tfm_boards Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ target_include_directories(platform_s
27
27
${ZEPHYR_BASE} /soc/nordic/common
28
28
)
29
29
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
-
37
30
install (FILES ${CMAKE_CURRENT_LIST_DIR} /ns/cpuarch_ns.cmake
38
31
DESTINATION ${INSTALL_PLATFORM_NS_DIR}
39
32
RENAME cpuarch.cmake)
Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ target_include_directories(platform_s
27
27
${ZEPHYR_BASE} /soc/nordic/common
28
28
)
29
29
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
-
37
30
install (FILES ${CMAKE_CURRENT_LIST_DIR} /ns/cpuarch_ns.cmake
38
31
DESTINATION ${INSTALL_PLATFORM_NS_DIR}
39
32
RENAME cpuarch.cmake)
Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ target_include_directories(platform_s
27
27
${ZEPHYR_BASE} /soc/nordic/common
28
28
)
29
29
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
-
37
30
install (FILES ${CMAKE_CURRENT_LIST_DIR} /ns/cpuarch_ns.cmake
38
31
DESTINATION ${INSTALL_PLATFORM_NS_DIR}
39
32
RENAME cpuarch.cmake)
You can’t perform that action at this time.
0 commit comments