diff options
Diffstat (limited to 'OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c')
-rw-r--r-- | OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c | 14 |
1 files changed, 7 insertions, 7 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
|