mirror of https://github.com/acidanthera/audk.git
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:
parent
d17afc8a02
commit
aa26b8f6c8
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue