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
This commit is contained in:
oliviermartin 2011-11-01 23:45:09 +00:00
parent d17afc8a02
commit aa26b8f6c8
1 changed files with 0 additions and 2 deletions

View File

@ -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);