diff options
author | Olivier Martin <olivier.martin@arm.com> | 2013-11-28 21:37:10 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-11-28 21:37:10 +0000 |
commit | 54ed21dbbbc8b4a675fc33833c2bff9f13675375 (patch) | |
tree | c47a334d14dec1e6cc66e0a215baa12102998fa7 /ArmPlatformPkg/PrePi | |
parent | 8c6ab8579025320ada1a11a15b7c7cb57be596e6 (diff) | |
download | edk2-54ed21dbbbc8b4a675fc33833c2bff9f13675375.tar.gz edk2-54ed21dbbbc8b4a675fc33833c2bff9f13675375.tar.bz2 edk2-54ed21dbbbc8b4a675fc33833c2bff9f13675375.zip |
ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF file
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14907 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/PrePi')
-rwxr-xr-x | ArmPlatformPkg/PrePi/PeiMPCore.inf | 1 | ||||
-rwxr-xr-x | ArmPlatformPkg/PrePi/PeiUniCore.inf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PrePi/PeiMPCore.inf b/ArmPlatformPkg/PrePi/PeiMPCore.inf index ee89c04ae1..276a37226d 100755 --- a/ArmPlatformPkg/PrePi/PeiMPCore.inf +++ b/ArmPlatformPkg/PrePi/PeiMPCore.inf @@ -70,7 +70,6 @@ gArmMpCoreInfoGuid
[FeaturePcd]
- gEmbeddedTokenSpaceGuid.PcdCacheEnable
gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
diff --git a/ArmPlatformPkg/PrePi/PeiUniCore.inf b/ArmPlatformPkg/PrePi/PeiUniCore.inf index 6cb94cbd77..160374eab4 100755 --- a/ArmPlatformPkg/PrePi/PeiUniCore.inf +++ b/ArmPlatformPkg/PrePi/PeiUniCore.inf @@ -69,7 +69,6 @@ gArmMpCoreInfoGuid
[FeaturePcd]
- gEmbeddedTokenSpaceGuid.PcdCacheEnable
gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
|