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:
parent
26423f2020
commit
61e1dc963c
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue