From: Ruiyu Ni Date: Mon, 26 Sep 2016 06:39:04 +0000 (+0800) Subject: ArmVirtPkg/PlatformBds: Do not call BootLogoEnableLogo X-Git-Tag: edk2-stable201903~5699 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e6c823994e5694daf06f94b790f7331b402d6155 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 --- 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