From 5bec30e826e7a1c90cdb1810bde5c235ea19cfc1 Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Mon, 17 Jul 2017 15:47:35 +0800 Subject: FSP serial port init. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Platform/BroxtonPlatformPkg/Common') 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; -- cgit v1.2.3