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:
Ruiyu Ni 2016-09-26 14:39:04 +08:00
parent 62936ada31
commit e6c823994e
2 changed files with 7 additions and 8 deletions

View File

@ -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.

View File

@ -58,7 +58,6 @@
UefiRuntimeServicesTableLib
[FixedPcd]
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits