1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-bsp/trusted-firmware-m: move TFM_PLATFORM to machine configuration

Now this can be easily set in the machine, do so.

Change-Id: I964c78c8e1e8f845cc2c95193c4a795e12089d1a
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
2020-12-18 17:34:23 +00:00
committed by Jon Mason
parent 6a85fdbd77
commit d9a0f4fe59
3 changed files with 4 additions and 4 deletions

View File

@@ -23,3 +23,5 @@ QB_MEM = "512k"
ZEPHYR_BOARD = "v2m_musca_b1"
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
ARCH_musca-b1 = "arm"
TFM_PLATFORM = "MUSCA_B1"

View File

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

View File

@@ -1,4 +0,0 @@
COMPATIBLE_MACHINE = "musca-b1|musca-s1"
TFM_PLATFORM_musca-b1 = "MUSCA_B1"
TFM_PLATFORM_musca-s1 = "MUSCA_S1"