summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/Library
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-09-26 14:49:40 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-09-28 16:22:35 +0800
commit738f70aeef0bcef442310df5cd2442e15f874e07 (patch)
tree79ac3c0611d0d73419ce9bd473219e47029e8641 /ArmVirtPkg/Library
parent67ce479a5d586bd2ad1b15f617f69e68d8012a51 (diff)
downloadedk2-738f70aeef0bcef442310df5cd2442e15f874e07.tar.gz
edk2-738f70aeef0bcef442310df5cd2442e15f874e07.tar.bz2
edk2-738f70aeef0bcef442310df5cd2442e15f874e07.zip
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>
Diffstat (limited to 'ArmVirtPkg/Library')
-rw-r--r--ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
index 5d7c2a4447..aecad570a0 100644
--- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
+++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
@@ -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.