From 30ecebe01564b96f4d6dfb845a99a70278d4f420 Mon Sep 17 00:00:00 2001 From: Levi Yun Date: Tue, 6 Aug 2024 10:27:05 +0100 Subject: ArmPkg: Remove PcdFfaEnabled PcdFfaEnabled is no more used because ArmFfaLib could find whether FF-A is supported dynamically. This patch removes usage of PcdFfaEnabled. Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Levi Yun --- .../Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf | 3 --- 1 file changed, 3 deletions(-) (limited to 'StandaloneMmPkg') diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf index 0363e32da3..0507e9f035 100644 --- a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf +++ b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf @@ -56,9 +56,6 @@ [Protocols.ARM, Protocols.AARCH64] gEdkiiPiMmCpuDriverEpProtocolGuid -[FeaturePcd.ARM, FeaturePcd.AARCH64] - gArmTokenSpaceGuid.PcdFfaEnable - # # This configuration fails for CLANGPDB, which does not support PIE in the GCC # sense. Such however is required for ARM family StandaloneMmCore -- cgit