mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
reduce timeout after OS start caused by debug.log with dsdt patching
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
8f2c4b5efd
commit
20124ba433
@ -1763,9 +1763,10 @@ UINT32 FixAny (UINT8* dsdt, UINT32 len, UINT8* ToFind, UINT32 LenTF, UINT8* ToRe
|
||||
|
||||
if (!found) {
|
||||
MsgLog(" patched at: [");
|
||||
MsgLog(" (%X)", adr); //print once because whole duration is 26 seconds!!!
|
||||
}
|
||||
|
||||
MsgLog(" (%X)", adr);
|
||||
// MsgLog(" (%X)", adr);
|
||||
found = TRUE;
|
||||
len = move_data(adr + i, dsdt, len, sizeoffset);
|
||||
if ((LenTR > 0) && (ToReplace != NULL)) {
|
||||
|
Loading…
Reference in New Issue
Block a user