diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-18 10:17:59 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-18 10:17:59 +0000 |
commit | 11e667fbabab94f1c020fc37204b50526a7bb9f8 (patch) | |
tree | d7169f11196b6f3efb57c7fc42f19832c4f3e3db /ArmPlatformPkg | |
parent | 2dde40b1ff1ab66cb5233bcc334b1555a0027735 (diff) | |
download | edk2-platforms-11e667fbabab94f1c020fc37204b50526a7bb9f8.tar.xz |
ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLib
This second initialization does not make sense in this context.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12164 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg')
-rwxr-xr-x | ArmPlatformPkg/PrePi/PrePi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ArmPlatformPkg/PrePi/PrePi.c b/ArmPlatformPkg/PrePi/PrePi.c index a1c1c443f0..860befdc2b 100755 --- a/ArmPlatformPkg/PrePi/PrePi.c +++ b/ArmPlatformPkg/PrePi/PrePi.c @@ -109,9 +109,6 @@ PrePiMain ( BuildMemoryTypeInformationHob ();
- InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
- SaveAndSetDebugTimerInterrupt (TRUE);
-
// Now, the HOB List has been initialized, we can register performance information
PERF_START (NULL, "PEI", NULL, StartTimeStamp);
|