Skip to content

Commit d67ab6d

Browse files
jsbatchcfriedt
authored andcommitted
soc: infineon: PSOC Edge: Remove board references from soc cmake
Removes references to the kit_pse84_eval board from the soc cmake file. Signed-off-by: John Batch <[email protected]>
1 parent 4b2cbe8 commit d67ab6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/infineon/edge/pse84/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endif()
4040
zephyr_include_directories(security_config)
4141
zephyr_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)
4545
endif()
4646

@@ -51,7 +51,7 @@ if(${ZEPHYR_TOOLCHAIN_VARIANT} STREQUAL "armclang")
5151
endif()
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 "")
5757
else()

0 commit comments

Comments
 (0)