diff options
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r-- | resources/utilities/ich9deblob/src/demefactory.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/src/demefactory.c b/resources/utilities/ich9deblob/src/demefactory.c index 9888b7d4..13e0f0bd 100644 --- a/resources/utilities/ich9deblob/src/demefactory.c +++ b/resources/utilities/ich9deblob/src/demefactory.c @@ -97,8 +97,7 @@ int main() * ------------------------------------------------------------------ */ - // Disable the ME/TPM and remove the ME/Platform regions: - descriptorStruct = descriptorMePlatformRegionsRemoved(descriptorStruct); + // Disable the ME/TPM: descriptorStruct = descriptorDisableMeTpm(descriptorStruct); /* Host/CPU is allowed to read/write all regions. */ |