mirror of https://github.com/acidanthera/audk.git
ArmVirtPkg/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 Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
62936ada31
commit
e6c823994e
|
@ -657,13 +657,13 @@ PlatformBootManagerAfterConsole (
|
|||
//
|
||||
// Show the splash screen.
|
||||
//
|
||||
BootLogoEnableLogo (
|
||||
ImageFormatBmp, // ImageFormat
|
||||
PcdGetPtr (PcdLogoFile), // Logo
|
||||
EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
|
||||
0, // OffsetX
|
||||
0 // OffsetY
|
||||
);
|
||||
// BootLogoEnableLogo (
|
||||
// ImageFormatBmp, // ImageFormat
|
||||
// PcdGetPtr (PcdLogoFile), // Logo
|
||||
// EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
|
||||
// 0, // OffsetX
|
||||
// 0 // OffsetY
|
||||
// );
|
||||
|
||||
//
|
||||
// Connect the rest of the devices.
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
UefiRuntimeServicesTableLib
|
||||
|
||||
[FixedPcd]
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
|
||||
|
|
Loading…
Reference in New Issue