OvmfPkg/PlatformBds: Do not call BootLogoEnableLogo

Prototype of BootLogoEnableLogo will change in following patches, so
do not call BootLogoEnableLogo to avoid build failure.

Contributed-under: TianoCore Contribution Agreement 1.0
Cc: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Ruiyu Ni 2016-09-26 14:40:32 +08:00
parent e6c823994e
commit 2abec4bf18
2 changed files with 7 additions and 8 deletions

View File

@ -1445,13 +1445,13 @@ Routine Description:
// //
// Logo show // Logo show
// //
BootLogoEnableLogo ( //BootLogoEnableLogo (
ImageFormatBmp, // ImageFormat // ImageFormatBmp, // ImageFormat
PcdGetPtr (PcdLogoFile), // Logo // PcdGetPtr (PcdLogoFile), // Logo
EdkiiPlatformLogoDisplayAttributeCenter, // Attribute // EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
0, // OffsetX // 0, // OffsetX
0 // OffsetY // 0 // OffsetY
); // );
// //
// Perform some platform specific connect sequence // Perform some platform specific connect sequence

View File

@ -56,7 +56,6 @@
UefiLib UefiLib
[Pcd] [Pcd]
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId