From ab970515d2c6ec657fceab0ce571054bb43a22f2 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Mon, 26 Sep 2016 14:45:06 +0800 Subject: OvmfPkg: Use the new LogoDxe driver Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Jordan Justen Reviewed-by: Laszlo Ersek Signed-off-by: Ruiyu Ni --- OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'OvmfPkg/Library') diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c index 4c5d2591a0..74cb5a4327 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c @@ -1445,13 +1445,7 @@ Routine Description: // // Logo show // - //BootLogoEnableLogo ( - // ImageFormatBmp, // ImageFormat - // PcdGetPtr (PcdLogoFile), // Logo - // EdkiiPlatformLogoDisplayAttributeCenter, // Attribute - // 0, // OffsetX - // 0 // OffsetY - // ); + BootLogoEnableLogo (); // // Perform some platform specific connect sequence -- cgit v1.2.3