]> 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 a9bd00690f99b2076875e2b55b8814a3cc7f2571..eea9455e3f0fdfe751d4d8fcb57b5b300ed36d35 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   C Entry point for the SEC. First C code after the reset vector.\r
 \r
-  Copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
+  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
   \r
-  All rights reserved. This program and the accompanying materials\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -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