summaryrefslogtreecommitdiff
path: root/EdkUnixPkg/Sec/SecMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkUnixPkg/Sec/SecMain.c')
-rw-r--r--EdkUnixPkg/Sec/SecMain.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/EdkUnixPkg/Sec/SecMain.c b/EdkUnixPkg/Sec/SecMain.c
index 72fad08e64..04df255277 100644
--- a/EdkUnixPkg/Sec/SecMain.c
+++ b/EdkUnixPkg/Sec/SecMain.c
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006, Intel Corporation
+Copyright (c) 2006 - 2007 Intel Corporation.
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -173,6 +173,9 @@ Returns:
CHAR16 *MemorySizeStr;
CHAR16 *FirmwareVolumesStr;
+ setbuf(stdout, 0);
+ setbuf(stderr, 0);
+
MemorySizeStr = (CHAR16 *)PcdGetPtr (PcdUnixMemorySizeForSecMain);
FirmwareVolumesStr = (CHAR16 *)PcdGetPtr (PcdUnixFirmwareVolume);