summaryrefslogtreecommitdiff
path: root/ArmRealViewEbPkg
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 /ArmRealViewEbPkg
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 'ArmRealViewEbPkg')
-rwxr-xr-xArmRealViewEbPkg/Sec/Sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmRealViewEbPkg/Sec/Sec.c b/ArmRealViewEbPkg/Sec/Sec.c
index 360a7b017b..cb5eb0a7b1 100755
--- a/ArmRealViewEbPkg/Sec/Sec.c
+++ b/ArmRealViewEbPkg/Sec/Sec.c
@@ -132,7 +132,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"));