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
//
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

View File

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