]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg/PlatformBds: Do not call BootLogoEnableLogo
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 26 Sep 2016 06:39:04 +0000 (14:39 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 28 Sep 2016 08:22:12 +0000 (16:22 +0800)
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 <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf

index c11196a8a59c9be9329cedfc78b8727d679d8485..5d7c2a44479995e8a6e4b842112d4365fe3c7955 100644 (file)
@@ -657,13 +657,13 @@ PlatformBootManagerAfterConsole (
   //\r
   // Show the splash screen.\r
   //\r
-  BootLogoEnableLogo (\r
-    ImageFormatBmp,                          // ImageFormat\r
-    PcdGetPtr (PcdLogoFile),                 // Logo\r
-    EdkiiPlatformLogoDisplayAttributeCenter, // Attribute\r
-    0,                                       // OffsetX\r
-    0                                        // OffsetY\r
-    );\r
+  // BootLogoEnableLogo (\r
+  //  ImageFormatBmp,                          // ImageFormat\r
+  //  PcdGetPtr (PcdLogoFile),                 // Logo\r
+  //  EdkiiPlatformLogoDisplayAttributeCenter, // Attribute\r
+  //  0,                                       // OffsetX\r
+  //  0                                        // OffsetY\r
+  //  );\r
 \r
   //\r
   // Connect the rest of the devices.\r
index bec7fabb479c1acc7e985086fcb59c2d12437805..1f162c663fc138835d9b1801f7e0776e0b5a3cb1 100644 (file)
@@ -58,7 +58,6 @@
   UefiRuntimeServicesTableLib\r
 \r
 [FixedPcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
   gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r