zephyr/boards/deprecated.cmake
Kumar Gala b0b4c107a3 boards: Remove deprecated board names from Zephyr 2.3 or before
Remove board name changes that were deprecated in Zephyr 2.3 or before.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-09-30 06:39:20 -05:00

10 lines
386 B
CMake

# SPDX-License-Identifier: Apache-2.0
# This file contains boards in Zephyr which has been replaced with a new board
# name.
# This allows the system to automatically change the board while at the same
# time prints a warning to the user, that the board name is deprecated.
#
# To add a board rename, add a line in following format:
# set(<old_board_name>_DEPRECATED <new_board_name>)