From e6c823994e5694daf06f94b790f7331b402d6155 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Mon, 26 Sep 2016 14:39:04 +0800 Subject: [PATCH] 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 Reviewed-by: Ard Biesheuvel Signed-off-by: Ruiyu Ni --- .../Library/PlatformBootManagerLib/PlatformBm.c | 14 +++++++------- .../PlatformBootManagerLib.inf | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c index c11196a8a5..5d7c2a4447 100644 --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c @@ -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. diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index bec7fabb47..1f162c663f 100644 --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -58,7 +58,6 @@ UefiRuntimeServicesTableLib [FixedPcd] - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits -- 2.39.2