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:
@@ -109,9 +109,6 @@ PrePiMain (
|
|||||||
|
|
||||||
BuildMemoryTypeInformationHob ();
|
BuildMemoryTypeInformationHob ();
|
||||||
|
|
||||||
InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
|
|
||||||
SaveAndSetDebugTimerInterrupt (TRUE);
|
|
||||||
|
|
||||||
// Now, the HOB List has been initialized, we can register performance information
|
// Now, the HOB List has been initialized, we can register performance information
|
||||||
PERF_START (NULL, "PEI", NULL, StartTimeStamp);
|
PERF_START (NULL, "PEI", NULL, StartTimeStamp);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user