mirror of https://github.com/acidanthera/audk.git
Vlv2TbltDevicePkg: Remove PcdFrameworkCompatibilitySupport usage
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility support is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Zailiang Sun <zailiang.sun@intel.com>
This commit is contained in:
parent
3e2ec1891f
commit
2c835dee82
|
@ -491,7 +491,6 @@
|
|||
!else
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
|
||||
!endif
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|TRUE
|
||||
gEfiCpuTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
|
||||
!if $(DATAHUB_STATUS_CODE_ENABLE) == TRUE
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|TRUE
|
||||
|
|
|
@ -493,7 +493,6 @@
|
|||
!else
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
|
||||
!endif
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|TRUE
|
||||
gEfiCpuTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
|
||||
!if $(DATAHUB_STATUS_CODE_ENABLE) == TRUE
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|TRUE
|
||||
|
|
|
@ -493,7 +493,6 @@
|
|||
!else
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
|
||||
!endif
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|TRUE
|
||||
gEfiCpuTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
|
||||
!if $(DATAHUB_STATUS_CODE_ENABLE) == TRUE
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|TRUE
|
||||
|
|
Loading…
Reference in New Issue