summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPlatformPkg/PlatformPei/PlatformPeiLib.c')
-rwxr-xr-xArmPlatformPkg/PlatformPei/PlatformPeiLib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c
index 9f5331a40..36a51137e 100755
--- a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c
+++ b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c
@@ -27,8 +27,6 @@ PlatformPeim (
// Initialize the platform specific controllers
ArmPlatformNormalInitialize ();
- BuildCpuHob (PcdGet8 (PcdPrePiCpuMemorySize), PcdGet8 (PcdPrePiCpuIoSize));
-
BuildFvHob (PcdGet32(PcdFvBaseAddress), PcdGet32(PcdFvSize));
return EFI_SUCCESS;