On Wed, Nov 28, 2018 at 03:33:54PM +0100, Ard Biesheuvel wrote: > Drop some PCD references that are not actually referenced from the > PlatformPei code. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]> > --- > ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf | 3 --- > ArmPlatformPkg/PlatformPei/PlatformPeim.inf | 3 --- > 2 files changed, 6 deletions(-) > > diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf > b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf > index 314789d0a990..23bb3f37e766 100644 > --- a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf > +++ b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf > @@ -46,8 +46,5 @@ [FixedPcd] > gArmTokenSpaceGuid.PcdFvBaseAddress > gArmTokenSpaceGuid.PcdFvSize > > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize > - > [depex] > TRUE > diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf > b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf > index 423b9ab858d1..4934baa838e1 100644 > --- a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf > +++ b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf > @@ -57,9 +57,6 @@ [FixedPcd] > gArmTokenSpaceGuid.PcdFvBaseAddress > gArmTokenSpaceGuid.PcdFvSize > > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize > - gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize > - > [Depex] > TRUE > > -- > 2.19.1 > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

