diff --git a/tests/application_development/code_relocation/testcase.yaml b/tests/application_development/code_relocation/testcase.yaml index c02ef6b6ee9629..befb9f3a3e95e7 100644 --- a/tests/application_development/code_relocation/testcase.yaml +++ b/tests/application_development/code_relocation/testcase.yaml @@ -6,12 +6,15 @@ tests: arch_allow: arm extra_configs: - CONFIG_RELOCATE_TO_ITCM=y + platform_allow: + - mimxrt1060_evk tests.application_development.code_relocation_kinetis: - filter: CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm") + filter: CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC arch_allow: arm extra_configs: - - CONFIG_RELOCATE_TO_ITCM=y - CONFIG_MPU_ALLOW_FLASH_WRITE=y + platform_allow: + - frdm_k64f tests.application_development.code_relocation.no_itcm: filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm") arch_allow: arm