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:
@@ -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"
|
||||
|
||||
@@ -8,3 +8,5 @@ require conf/machine/include/tune-cortexm33.inc
|
||||
|
||||
# GLIBC will not work with Cortex-M.
|
||||
TCLIBC = "newlib"
|
||||
|
||||
TFM_PLATFORM = "MUSCA_S1"
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
COMPATIBLE_MACHINE = "musca-b1|musca-s1"
|
||||
|
||||
TFM_PLATFORM_musca-b1 = "MUSCA_B1"
|
||||
TFM_PLATFORM_musca-s1 = "MUSCA_S1"
|
||||
Reference in New Issue
Block a user