samples: magic_addr: move the config to app.overlay

move the board config to app.overlay, as it is
a general dts settings

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
Hake Huang 2025-04-27 08:44:18 +00:00 committed by Benjamin Cabé
commit 61e1dc963c
2 changed files with 5 additions and 1 deletions

View file

@ -9,5 +9,9 @@ common:
- pytest - pytest
tests: tests:
sample.boards.magic_addr: sample.boards.magic_addr:
filter: dt_node_prop_enabled("flexram", "flexram,has-magic-addr") filter: CONFIG_NXP_FLEXRAM and
dt_node_prop_enabled("flexram", "flexram,has-magic-addr")
extra_args:
- platform:mimxrt1170_evk/mimxrt1176/cm7:"DTC_OVERLAY_FILE=flexram.overlay"
- platform:mimxrt1160_evk/mimxrt1166/cm7:"DTC_OVERLAY_FILE=flexram.overlay"
harness: pytest harness: pytest