summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo, Heng <heng.luo@intel.com>2020-03-31 11:49:13 +0800
committerEric Dong <eric.dong@intel.com>2020-04-01 12:38:29 +0800
commit5780623dc5c846cf610118e14adeebcb2b7a12b8 (patch)
tree261e5c7600e50fbb9bad1a5bf7581d26595944f9
parent55a8c4ee2f7dbc3773c27eabaf2ea01e4dfef489 (diff)
Features/Intel: Correct wrong codes and remove unnecessary codes
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2644 Correct wrong codes and remove unnecessary codes in LogoFeaturePkg. Cc: Dandan Bi <dandan.bi@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Heng Luo <heng.luo@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
-rw-r--r--Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc9
-rw-r--r--Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf2
2 files changed, 1 insertions, 10 deletions
diff --git a/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc b/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc
index fca0bfd5..d2dcdeb3 100644
--- a/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc
+++ b/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc
@@ -27,15 +27,6 @@
################################################################################
#
-# Packages Section - Make sure PCD can be directly used in a conditional statement
-# in a DSC which includes this DSC file.
-#
-################################################################################
-[Packages]
- LogoFeaturePkg/LogoFeaturePkg.dec
-
-################################################################################
-#
# Library Class section - list of all Library Classes needed by this feature.
#
################################################################################
diff --git a/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf b/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf
index 080c8722..fead9f3b 100644
--- a/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf
+++ b/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf
@@ -6,7 +6,7 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
-!if gSmbiosFeaturePkgTokenSpaceGuid.PcdJpgEnable == TRUE
+!if gLogoFeaturePkgTokenSpaceGuid.PcdJpgEnable == TRUE
INF LogoFeaturePkg/LogoDxe/JpegLogoDxe.inf
!else
INF LogoFeaturePkg/LogoDxe/LogoDxe.inf