diff options
Diffstat (limited to 'Platform/BroxtonPlatformPkg')
-rw-r--r-- | Platform/BroxtonPlatformPkg/Common/FspSupport/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c | 2 |
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;
|