arm: v2m_musca: Mark Musca-A board support deprecated for 2.6.0

Deprecate the Musca-A board and SoC support to be removed in 2.6.0.
There are a number of issues with the Musca-A and there exists both the
Musca-B and Musca-S1.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-10-20 11:02:21 -05:00 committed by Kumar Gala
parent 03ef8feeb6
commit b6b7e4c770
3 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,9 @@ config BOARD
default "musca_a" if TRUSTED_EXECUTION_SECURE || !TRUSTED_EXECUTION_NONSECURE
default "musca_a_nonsecure"
config BOARD_DEPRECATED_RELEASE
default "v2.6.0"
if GPIO
config GPIO_CMSDK_AHB

View File

@ -46,6 +46,8 @@ API Changes
Deprecated in this release
==========================
* ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0.
Removed APIs in this release
============================

View File

@ -3,6 +3,9 @@
if SOC_V2M_MUSCA_A
config SOC_DEPRECATED_RELEASE
default "v2.6.0"
config SOC
default "musca_a"