From d06ead13db3b1a273756fd6e13d1a0d50526c4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Sat, 21 Dec 2024 08:23:28 +0100 Subject: [PATCH] boards: properly deprecated mimxrt1050_evk and mimxrt1060_evk board names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add required entries so that old names can still be used for the time being. Signed-off-by: Benjamin Cabé --- boards/deprecated.cmake | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/boards/deprecated.cmake b/boards/deprecated.cmake index 91e7e660d38..78a960ec2e4 100644 --- a/boards/deprecated.cmake +++ b/boards/deprecated.cmake @@ -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 +)