]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/Sec/Sec.c
Fix the build break in two open source packages caused by check in 10660.
[mirror_edk2.git] / BeagleBoardPkg / Sec / Sec.c
index 931fb58eec178a437225dd552bdaa8bcd0901d97..eea9455e3f0fdfe751d4d8fcb57b5b300ed36d35 100644 (file)
@@ -154,12 +154,12 @@ CEntryPoint (
   // 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
 \r
-  // Start up a free running time so that the timer lib will work\r
+  // Start up a free running timer so that the timer lib will work\r
   TimerInit ();\r
 \r
   // SEC phase needs to run library constructors by hand.\r