mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Correct ACPI DropTables parsing
This commit is contained in:
parent
29bd9c88a3
commit
15a9eebae6
@ -5173,9 +5173,9 @@ GetUserSettings(
|
||||
DBG (" length=%d(0x%X)", TabLength, TabLength);
|
||||
}
|
||||
// Check if to drop for other OS as well
|
||||
Prop = GetProperty (Dict2, "DropForAllOS");
|
||||
if (Prop != NULL) {
|
||||
OtherOS = IsPropertyTrue (Prop);
|
||||
Prop2 = GetProperty (Dict2, "DropForAllOS");
|
||||
if (Prop2 != NULL) {
|
||||
OtherOS = IsPropertyTrue (Prop2);
|
||||
}
|
||||
|
||||
DBG ("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user