diff options
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c | 14 | ||||
-rw-r--r-- | OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 1 |
2 files changed, 7 insertions, 8 deletions
diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c index 7cd547e707..4c5d2591a0 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c @@ -1445,13 +1445,13 @@ Routine Description: //
// Logo show
//
- BootLogoEnableLogo (
- ImageFormatBmp, // ImageFormat
- PcdGetPtr (PcdLogoFile), // Logo
- EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
- 0, // OffsetX
- 0 // OffsetY
- );
+ //BootLogoEnableLogo (
+ // ImageFormatBmp, // ImageFormat
+ // PcdGetPtr (PcdLogoFile), // Logo
+ // EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
+ // 0, // OffsetX
+ // 0 // OffsetY
+ // );
//
// Perform some platform specific connect sequence
diff --git a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index f3303b9f2c..4a6becec7e 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -56,7 +56,6 @@ UefiLib
[Pcd]
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
|