Skip to content

Commit d06ead1

Browse files
committed
boards: properly deprecated mimxrt1050_evk and mimxrt1060_evk board names
Add required entries so that old names can still be used for the time being. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 59c94db commit d06ead1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

boards/deprecated.cmake

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,15 @@ set(mimx8mp_phyboard_pollux/mimx8ml8/m7_DEPRECATED
2525
set(mimx8mm_phyboard_polis/mimx8mm6/m4_DEPRECATED
2626
phyboard_polis/mimx8mm6/m4
2727
)
28+
set(mimxrt1050_evk_DEPRECATED
29+
mimxrt1050_evk/mimxrt1052/hyperflash
30+
)
31+
set(mimxrt1060_evk_DEPRECATED
32+
mimxrt1060_evk/mimxrt1064/hyperflash
33+
)
34+
set(mimxrt1060_evk_DEPRECATED
35+
mimxrt1060_evk/mimxrt1062/qspi
36+
)
37+
set(mimxrt1060_evkb_DEPRECATED
38+
mimxrt1060_evk@B/mimxrt1062/qspi
39+
)

0 commit comments

Comments
 (0)