summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-23 02:37:28 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-23 02:37:28 +0000
commit7c137cae5a87548c824966e3caad22928a9aea27 (patch)
tree3b75de9f1022e8fb314d7f7d7b5774bea4a23066 /BeagleBoardPkg
parentb9c8e50e2054fc21c2029db309f813d03ccd6082 (diff)
downloadedk2-platforms-7c137cae5a87548c824966e3caad22928a9aea27.tar.xz
Fix the build break in two open source packages caused by check in 10660.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10686 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg')
-rw-r--r--BeagleBoardPkg/Sec/Sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/BeagleBoardPkg/Sec/Sec.c b/BeagleBoardPkg/Sec/Sec.c
index 50db72ae69..eea9455e3f 100644
--- a/BeagleBoardPkg/Sec/Sec.c
+++ b/BeagleBoardPkg/Sec/Sec.c
@@ -154,7 +154,7 @@ CEntryPoint (
// Start talking
UartInit ();
- InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL);
+ InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, NULL, NULL);
SaveAndSetDebugTimerInterrupt (TRUE);
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));