summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/PrePi
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-01 23:45:09 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-01 23:45:09 +0000
commitaa26b8f6c86af5c179ef63ed5e0f0d31d4dbb39c (patch)
treec27dc48c46004cab2ed977f024a1a69beb0e4b41 /ArmPlatformPkg/PrePi
parentd17afc8a0239e9919659ad7db1042e6adf836fbb (diff)
downloadedk2-platforms-aa26b8f6c86af5c179ef63ed5e0f0d31d4dbb39c.tar.xz
ArmPlatformPkg/PrePi: Remove duplicate call of BuildMemoryTypeInformationHob()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12645 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/PrePi')
-rwxr-xr-xArmPlatformPkg/PrePi/PrePi.c2
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);