]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/PlatformBds: Do not call BootLogoEnableLogo
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 26 Sep 2016 06:40:32 +0000 (14:40 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 28 Sep 2016 08:22:14 +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
Cc: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf

index 7cd547e70741ce027aa56fa5904bfd1db52caa15..4c5d2591a029e76d721cdb4edb5f73e3a65c6a0e 100644 (file)
@@ -1445,13 +1445,13 @@ Routine Description:
   //\r
   // Logo show\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
   // Perform some platform specific connect sequence\r
index f3303b9f2cf309d5311127df71aebb18aad9337f..4a6becec7ea8843123c6d0884849bba580f13cb6 100644 (file)
@@ -56,7 +56,6 @@
   UefiLib\r
 \r
 [Pcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
   gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r