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
|
// 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
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
UefiLib
|
UefiLib
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
|
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
|
gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
|
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
|
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
|
||||||
|
|
Loading…
Reference in New Issue