mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 09:04:07 +02:00
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.
|
// Show the splash screen.
|
||||||
//
|
//
|
||||||
BootLogoEnableLogo (
|
// BootLogoEnableLogo (
|
||||||
ImageFormatBmp, // ImageFormat
|
// ImageFormatBmp, // ImageFormat
|
||||||
PcdGetPtr (PcdLogoFile), // Logo
|
// PcdGetPtr (PcdLogoFile), // Logo
|
||||||
EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
|
// EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
|
||||||
0, // OffsetX
|
// 0, // OffsetX
|
||||||
0 // OffsetY
|
// 0 // OffsetY
|
||||||
);
|
// );
|
||||||
|
|
||||||
//
|
//
|
||||||
// Connect the rest of the devices.
|
// Connect the rest of the devices.
|
||||||
|
@ -58,7 +58,6 @@
|
|||||||
UefiRuntimeServicesTableLib
|
UefiRuntimeServicesTableLib
|
||||||
|
|
||||||
[FixedPcd]
|
[FixedPcd]
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
|
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
|
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
|
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
|
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user