diff options
Diffstat (limited to 'DcsBoot')
-rw-r--r-- | DcsBoot/DcsBoot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DcsBoot/DcsBoot.c b/DcsBoot/DcsBoot.c index f897a48..7eaf41b 100644 --- a/DcsBoot/DcsBoot.c +++ b/DcsBoot/DcsBoot.c @@ -71,7 +71,7 @@ UpdateDriverBmlStart() { CHAR16* tmp = NULL;
// Driver load selected?
- drvInst = ConfigReadInt("DcsBmlDriver", 1);
+ drvInst = ConfigReadInt("DcsBmlDriver", 0);
if (drvInst) {
res = EfiGetVar(sDcsBmlDriverVar, &gEfiGlobalVariableGuid, &tmp, &len, &attr);
// Driver installed?
|