]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c
Remove MOR check box feature. should not have a switch to turn off MOR.
[mirror_edk2.git] / SecurityPkg / Tcg / TcgConfigDxe / TcgConfigImpl.c
index 631441a0e4b76845e554554369e0f2adf065f3a2..5a52a6b87c32cc02ea1cce6c0910d85ff1de31be 100644 (file)
@@ -181,7 +181,6 @@ TcgExtractConfig (
   //  \r
   ZeroMem (&Configuration, sizeof (TCG_CONFIGURATION));\r
 \r
-  Configuration.MorState        = PcdGetBool (PcdMorEnable);\r
   Configuration.TpmOperation    = PHYSICAL_PRESENCE_ENABLE;\r
   Configuration.HideTpm         = (BOOLEAN) (PcdGetBool (PcdHideTpmSupport) && PcdGetBool (PcdHideTpm));\r
   //\r
@@ -308,7 +307,6 @@ TcgRouteConfig (
     return Status;\r
   }\r
 \r
-  PcdSetBool (PcdMorEnable,  TcgConfiguration.MorState);\r
   PcdSetBool (PcdHideTpm,    TcgConfiguration.HideTpm);\r
 \r
   return EFI_SUCCESS;\r