summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-07-17 15:47:35 +0800
committerGuo Mang <mang.guo@intel.com>2017-07-17 15:47:35 +0800
commit5bec30e826e7a1c90cdb1810bde5c235ea19cfc1 (patch)
tree2d4e25c93c638484a28749d10a3cad329aa54518 /Platform/BroxtonPlatformPkg/Common
parentaabfb97f0734bb9ba27c3dd2f36503af9c672db2 (diff)
downloadedk2-platforms-5bec30e826e7a1c90cdb1810bde5c235ea19cfc1.tar.xz
FSP serial port init.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/FspSupport/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c b/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c
index 077266acef..5eae2165dd 100644
--- a/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c
+++ b/Platform/BroxtonPlatformPkg/Common/FspSupport/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c
@@ -127,7 +127,7 @@ UpdateFspUpdConfigs (
DEBUG ((DEBUG_INFO, "GetFspFspmUpdDataPointer - 0x%x\n", FspmUpd));
FspmUpd->FspmConfig.SerialDebugPortDevice = 2;
- FspmUpd->FspmConfig.SerialDebugPortType = 0;// Skip the serial port init since we already did it
+ FspmUpd->FspmConfig.SerialDebugPortType = 2;// Skip the serial port init since we already did it
FspmUpd->FspmConfig.SerialDebugPortStrideSize = 2;
FspmUpd->FspmConfig.SerialDebugPortAddress = 0;
FspmUpd->FspmConfig.PreMemGpioTableEntryNum = 0;