diff options
Diffstat (limited to 'DcsInt')
-rw-r--r-- | DcsInt/DcsInt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/DcsInt/DcsInt.c b/DcsInt/DcsInt.c index 4b84256..3dad27e 100644 --- a/DcsInt/DcsInt.c +++ b/DcsInt/DcsInt.c @@ -1153,10 +1153,6 @@ UefiMain( return OnExit(gOnExitFailed, OnExitAuthFaild, res);
}
- // Lock EFI boot variables
- InitBml();
- BmlLock(TRUE);
-
// Install decrypt
res = EfiLibInstallDriverBindingComponentName2(
ImageHandle,
|