diff options
Diffstat (limited to 'ArmPlatformPkg')
-rwxr-xr-x | ArmPlatformPkg/PrePi/PrePi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PrePi/PrePi.c b/ArmPlatformPkg/PrePi/PrePi.c index 1d2cbcec5e..eba8750a41 100755 --- a/ArmPlatformPkg/PrePi/PrePi.c +++ b/ArmPlatformPkg/PrePi/PrePi.c @@ -140,8 +140,6 @@ PrePiMain ( Status = PlatformPeim ();
ASSERT_EFI_ERROR (Status);
- BuildMemoryTypeInformationHob ();
-
// Now, the HOB List has been initialized, we can register performance information
PERF_START (NULL, "PEI", NULL, StartTimeStamp);
|