ArmVirtPkg: Use the new LogoDxe driver

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:49:40 +08:00
parent 67ce479a5d
commit 738f70aeef
4 changed files with 6 additions and 20 deletions

View File

@@ -657,13 +657,7 @@ PlatformBootManagerAfterConsole (
//
// Show the splash screen.
//
// BootLogoEnableLogo (
// ImageFormatBmp, // ImageFormat
// PcdGetPtr (PcdLogoFile), // Logo
// EdkiiPlatformLogoDisplayAttributeCenter, // Attribute
// 0, // OffsetX
// 0 // OffsetY
// );
BootLogoEnableLogo ();
//
// Connect the rest of the devices.