1# SPDX-License-Identifier: Apache-2.0
2
3# This file contains boards in Zephyr which has been replaced with a new board
4# name.
5# This allows the system to automatically change the board while at the same
6# time prints a warning to the user, that the board name is deprecated.
7#
8# To add a board rename, add a line in following format:
9# set(<old_board_name>_DEPRECATED <new_board_name>)
10
11set(bl5340_dvk_cpuappns_DEPRECATED bl5340_dvk_cpuapp_ns)
12set(bt6x0_DEPRECATED bt610)
13set(mps2_an521_nonsecure_DEPRECATED mps2_an521_ns)
14set(musca_b1_nonsecure_DEPRECATED musca_b1_ns)
15set(musca_s1_nonsecure_DEPRECATED musca_s1_ns)
16set(nrf5340dk_nrf5340_cpuappns_DEPRECATED nrf5340dk_nrf5340_cpuapp_ns)
17set(nrf9160dk_nrf9160ns_DEPRECATED nrf9160dk_nrf9160_ns)
18set(circuitdojo_feather_nrf9160ns_DEPRECATED circuitdojo_feather_nrf9160_ns)
19set(nrf9160_innblue21ns_DEPRECATED nrf9160_innblue21_ns)
20set(nrf9160_innblue22ns_DEPRECATED nrf9160_innblue22_ns)
21set(sparkfun_thing_plus_nrf9160ns_DEPRECATED sparkfun_thing_plus_nrf9160_ns)
22set(thingy53_nrf5340_cpuappns_DEPRECATED thingy53_nrf5340_cpuapp_ns)
23