diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:45:09 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:45:09 +0000 |
commit | aa26b8f6c86af5c179ef63ed5e0f0d31d4dbb39c (patch) | |
tree | c27dc48c46004cab2ed977f024a1a69beb0e4b41 /ArmPlatformPkg | |
parent | d17afc8a0239e9919659ad7db1042e6adf836fbb (diff) | |
download | edk2-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')
-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);
|