]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLib
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Aug 2011 10:17:59 +0000 (10:17 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Aug 2011 10:17:59 +0000 (10:17 +0000)
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

ArmPlatformPkg/PrePi/PrePi.c

index a1c1c443f0cefb2fb4d95db31d68e43edb735569..860befdc2b1e9c3ddde533071d102e9e4d3820c3 100755 (executable)
@@ -109,9 +109,6 @@ PrePiMain (
 \r
   BuildMemoryTypeInformationHob ();\r
 \r
-  InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);\r
-  SaveAndSetDebugTimerInterrupt (TRUE);\r
-\r
   // Now, the HOB List has been initialized, we can register performance information\r
   PERF_START (NULL, "PEI", NULL, StartTimeStamp);\r
 \r