]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the build break in two open source packages caused by check in 10660.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Jul 2010 02:37:28 +0000 (02:37 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Jul 2010 02:37:28 +0000 (02:37 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10686 6f19259b-4bc3-4df7-8a09-765794883524

ArmRealViewEbPkg/Sec/Sec.c
BeagleBoardPkg/Sec/Sec.c

index 360a7b017bd47683be60088bf62adf5f1617b596..cb5eb0a7b1b0d0d679c4fd7ef39032d7e2e51ea6 100755 (executable)
@@ -132,7 +132,7 @@ CEntryPoint (
   // Start talking\r
   UartInit ();\r
 \r
   // Start talking\r
   UartInit ();\r
 \r
-  InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL);\r
+  InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);\r
   SaveAndSetDebugTimerInterrupt (TRUE);\r
 \r
   DEBUG ((EFI_D_ERROR, "UART Enabled\n"));\r
   SaveAndSetDebugTimerInterrupt (TRUE);\r
 \r
   DEBUG ((EFI_D_ERROR, "UART Enabled\n"));\r
index 50db72ae698e99ce2cffb07dfd6004ccd655a33e..eea9455e3f0fdfe751d4d8fcb57b5b300ed36d35 100644 (file)
@@ -154,7 +154,7 @@ CEntryPoint (
   // Start talking\r
   UartInit ();\r
  \r
   // Start talking\r
   UartInit ();\r
  \r
-  InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL);\r
+  InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);\r
   SaveAndSetDebugTimerInterrupt (TRUE);\r
 \r
   DEBUG ((EFI_D_ERROR, "UART Enabled\n"));\r
   SaveAndSetDebugTimerInterrupt (TRUE);\r
 \r
   DEBUG ((EFI_D_ERROR, "UART Enabled\n"));\r