diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-11-26 22:38:59 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-11-29 18:57:48 +0100 |
commit | 175358e15ed34d7ede6c0cfff159c0f78221701b (patch) | |
tree | 87117d3d8cb80b9f3a5f83915a947d1c5d6c891b /EmbeddedPkg/Library/PrePiLib | |
parent | 8b767aae652a021ea3ed3cad51fe6455abb499a5 (diff) | |
download | edk2-175358e15ed34d7ede6c0cfff159c0f78221701b.zip edk2-175358e15ed34d7ede6c0cfff159c0f78221701b.tar.gz edk2-175358e15ed34d7ede6c0cfff159c0f78221701b.tar.bz2 |
EmbeddedPkg/PrePiLib: drop unused PCD reference
Drop the reference to gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
which is never used.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Library/PrePiLib')
-rw-r--r-- | EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index de68405..3dba884 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -69,7 +69,6 @@ [FixedPcd.common]
- gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
|