From 98ee2bf6e1a36dece0add24a30d963f55d3dee96 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Oct 2021 16:25:22 +0100 Subject: [PATCH] arm-bsp/musca*: update trusted-firmware-m platform names With trusted-firmware-m 1.4 the platform names have changed. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/musca-b1.conf | 2 +- meta-arm-bsp/conf/machine/musca-s1.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm-bsp/conf/machine/musca-b1.conf b/meta-arm-bsp/conf/machine/musca-b1.conf index fa1264ec..073c466e 100644 --- a/meta-arm-bsp/conf/machine/musca-b1.conf +++ b/meta-arm-bsp/conf/machine/musca-b1.conf @@ -25,4 +25,4 @@ ZEPHYR_BOARD = "v2m_musca_b1" ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot" ARCH:musca-b1 = "arm" -TFM_PLATFORM = "musca_b1/sse_200" +TFM_PLATFORM = "arm/musca_b1/sse_200" diff --git a/meta-arm-bsp/conf/machine/musca-s1.conf b/meta-arm-bsp/conf/machine/musca-s1.conf index d71cdfec..be15c60e 100644 --- a/meta-arm-bsp/conf/machine/musca-s1.conf +++ b/meta-arm-bsp/conf/machine/musca-s1.conf @@ -9,4 +9,4 @@ require conf/machine/include/arm/armv8-m/tune-cortexm33.inc # GLIBC will not work with Cortex-M. TCLIBC = "newlib" -TFM_PLATFORM = "musca_s1" +TFM_PLATFORM = "arm/musca_s1"