mirror of https://github.com/acidanthera/audk.git
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:
parent
e6c823994e
commit
2abec4bf18
|
@ -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
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
UefiLib
|
||||
|
||||
[Pcd]
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
|
||||
gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
|
||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
|
||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
|
||||
|
|
Loading…
Reference in New Issue