1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

arm-bsp/musca*: update TFM_PLATFORM

trusted-firmware-m 1.2.0 uses different naming for the platforms, so
update the BSPs as appropriate.

Change-Id: I3b67b629d821a6b65f39bc89db768e791f173d93
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-02-18 12:44:50 +00:00
committed by Jon Mason
parent 977c7e6613
commit 78c8bfdd34
2 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ ZEPHYR_BOARD = "v2m_musca_b1"
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
ARCH_musca-b1 = "arm"
TFM_PLATFORM = "MUSCA_B1"
TFM_PLATFORM = "musca_b1"

View File

@@ -9,4 +9,4 @@ require conf/machine/include/tune-cortexm33.inc
# GLIBC will not work with Cortex-M.
TCLIBC = "newlib"
TFM_PLATFORM = "MUSCA_S1"
TFM_PLATFORM = "musca_s1"