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

arm-bsp/scp-firmware: remove redundant SCP_PLATFORM

Now that this defaults to MACHINE, explicit SCP_PLATFORM assignments can
be removed.

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
2023-07-10 14:09:13 +01:00
committed by Jon Mason
parent ce78057a71
commit 64b33efb95
4 changed files with 4 additions and 8 deletions
@@ -2,7 +2,6 @@
COMPATIBLE_MACHINE = "juno"
SCP_PLATFORM = "juno"
FW_TARGETS = "scp"
FW_INSTALL:append = " romfw_bypass"
@@ -1,10 +1,9 @@
# N1SDP specific SCP configurations and build instructions
SCP_PLATFORM = "n1sdp"
SCP_LOG_LEVEL = "INFO"
COMPATIBLE_MACHINE:n1sdp = "n1sdp"
SCP_LOG_LEVEL = "INFO"
DEPENDS += "fiptool-native"
DEPENDS += "trusted-firmware-a"
DEPENDS += "n1sdp-board-firmware"
@@ -1,6 +1,5 @@
# SGI575 specific SCP configurations and build instructions
SCP_PLATFORM = "sgi575"
SCP_LOG_LEVEL = "INFO"
COMPATIBLE_MACHINE:sgi575 = "sgi575"
SCP_LOG_LEVEL = "INFO"
@@ -2,5 +2,4 @@
COMPATIBLE_MACHINE = "(tc1)"
SCP_PLATFORM:tc1 = "tc1"
FW_TARGETS = "scp"