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
This commit is contained in:
oliviermartin 2011-08-18 10:17:59 +00:00
parent 2dde40b1ff
commit 11e667fbab
1 changed files with 0 additions and 3 deletions

View File

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