diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-21 14:14:16 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-03-11 12:51:12 +0100 |
commit | 4d275961d8d62fb7d747c965552ee813502e5395 (patch) | |
tree | 199dfa41a6705fa35e18bc2eecc5c4ccc74a3264 /StandaloneMmPkg/StandaloneMmPkg.dsc | |
parent | b2877855c7ec3060148ca5b8a286dbfb51a76518 (diff) | |
download | edk2-4d275961d8d62fb7d747c965552ee813502e5395.tar.gz |
StandaloneMmPkg: drop unused PCD PcdStandaloneMmEnable
The PCD PcdStandaloneMmEnable is unused, and shouldn't exist in the
first place since the value is implied by the context (it is never
valid to set it to FALSE for standalone MM or TRUE for traditional
MM). So drop it.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Diffstat (limited to 'StandaloneMmPkg/StandaloneMmPkg.dsc')
-rw-r--r-- | StandaloneMmPkg/StandaloneMmPkg.dsc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/StandaloneMmPkg.dsc index e9e648356d..8def9688fe 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.dsc +++ b/StandaloneMmPkg/StandaloneMmPkg.dsc @@ -74,9 +74,6 @@ # Pcd Section - list of all EDK II PCD Entries defined by this Platform
#
################################################################################
-[PcdsFeatureFlag]
- gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|TRUE
-
[PcdsFixedAtBuild]
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800000CF
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xff
|