From a17304abebea2a96eb8d23286cb896d06933f855 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 28 Dec 2014 16:42:14 -0500 Subject: ich9deblob: remove useless comment from descriptor deblob function --- (limited to 'resources/utilities') diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.c b/resources/utilities/ich9deblob/src/descriptor/descriptor.c index 467e2bd..7c8aa24 100644 --- a/resources/utilities/ich9deblob/src/descriptor/descriptor.c +++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.c @@ -81,10 +81,6 @@ struct DESCRIPTORREGIONRECORD deblobbedDescriptorStructFromFactory(struct DESCRI deblobbedDescriptorStruct.ichStraps.ichStrap0.meDisable = 1; /* Disable the ME in ICHSTRAP0 */ deblobbedDescriptorStruct.mchStraps.mchStrap0.meDisable = 1; /* Disable the ME in MCHSTRAP0 */ deblobbedDescriptorStruct.mchStraps.mchStrap0.tpmDisable = 1; /* Disable the TPM in MCHSTRAP0 */ - - /* Disable the ME, apart from chipset bugfixes. This is useless for libreboot, but might be interesting for others. */ - /* The concept is similar to CPU microcode updates in coreboot. */ - /* deblobbedDescriptorStruct.mchStraps.mchStrap0.meAlternateDisable = 1; */ /* * Removing the ME and Platform regions lets us do cool things, like: -- cgit v0.9.1