Skip to content

Commit

Permalink
boards: properly deprecated mimxrt1050_evk and mimxrt1060_evk board n…
Browse files Browse the repository at this point in the history
…ames

Add required entries so that old names can still be used for the time
being.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben committed Dec 21, 2024
1 parent 59c94db commit d06ead1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boards/deprecated.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ set(mimx8mp_phyboard_pollux/mimx8ml8/m7_DEPRECATED
set(mimx8mm_phyboard_polis/mimx8mm6/m4_DEPRECATED
phyboard_polis/mimx8mm6/m4
)
set(mimxrt1050_evk_DEPRECATED
mimxrt1050_evk/mimxrt1052/hyperflash
)
set(mimxrt1060_evk_DEPRECATED
mimxrt1060_evk/mimxrt1064/hyperflash
)
set(mimxrt1060_evk_DEPRECATED
mimxrt1060_evk/mimxrt1062/qspi
)
set(mimxrt1060_evkb_DEPRECATED
mimxrt1060_evk@B/mimxrt1062/qspi
)

0 comments on commit d06ead1

Please sign in to comment.