File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ endif()
4040zephyr_include_directories(security_config)
4141zephyr_sources(security_config/pse84_boot.c)
4242
43- if (CONFIG_BOARD_KIT_PSE84_EVAL_PSE846GPS2DBZC4A_M55 AND CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS)
43+ if (CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS)
4444 zephyr_sources_ifdef(CONFIG_CPU_CORTEX_M55 mpu_regions.c)
4545endif ()
4646
@@ -51,7 +51,7 @@ if(${ZEPHYR_TOOLCHAIN_VARIANT} STREQUAL "armclang")
5151endif ()
5252
5353# Add sections
54- if (CONFIG_BOARD_KIT_PSE84_EVAL_PSE846GPS2DBZC4A_M33 )
54+ if (CONFIG_CPU_CORTEX_M33 )
5555 zephyr_linker_sources(SECTIONS shared_mem_sec.ld)
5656 set (SOC_LINKER_SCRIPT ${ZEPHYR_BASE} /include /zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "" )
5757else ()
You can’t perform that action at this time.
0 commit comments