aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2018-08-01 16:33:28 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-08-03 05:56:04 +0100
commit9436cae6b70064b8ff8203ca803e6be77a076f71 (patch)
treec2751349ad2e4aa5e179c8cbee0be5e59c61cde0
parent64444dd03fbdf5cd4c04afdafaed27a8eed3824e (diff)
platform/sgi575: remove the use of mcp ram firmware
SGI-575 platform is switching to use SCPv2. With existing implementation of SCPv2, MCP RAM firmware is not available. So remove the use of MCP RAM firmware. Change-Id: Ib30ba14a1b7dff3fdb315f966d175479a14d2ce8 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rw-r--r--platforms/common/common.sgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/platforms/common/common.sgi b/platforms/common/common.sgi
index 5e08e98..bd323fc 100644
--- a/platforms/common/common.sgi
+++ b/platforms/common/common.sgi
@@ -84,7 +84,6 @@ UEFI_PLAT_sgi575[smm_output]="StandaloneSmmPkg"
SCP_PLATFORMS="sgi575"
SCP_PREBUILT_RAMFW_sgi575=${TOP_DIR}/scp-bins/sgi_575/scp/ramfw.bin
SCP_PREBUILT_ROMFW_sgi575=${TOP_DIR}/scp-bins/sgi_575/scp/romfw.bin
-MCP_PREBUILT_RAMFW_sgi575=${TOP_DIR}/scp-bins/sgi_575/mcp/ramfw.bin
MCP_PREBUILT_ROMFW_sgi575=${TOP_DIR}/scp-bins/sgi_575/mcp/romfw.bin
SCP_BUILD_ENABLED=${SCP_BUILD_ENABLED:="0"}