mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
correct config-plist
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
b5e0562a3b
commit
5de09acb3f
File diff suppressed because it is too large
Load Diff
@ -2900,17 +2900,17 @@ GetEarlyUserSettings (
|
||||
|
||||
if (VBiosPatch->Find == NULL || FindSize == 0) {
|
||||
Valid = FALSE;
|
||||
DBG("PatchVBiosBytes[%lld]: missing Find data\n", i);
|
||||
DBG("PatchVBiosBytes[%lld]: missing Find data\n", i);
|
||||
}
|
||||
|
||||
if (VBiosPatch->Replace == NULL || ReplaceSize == 0) {
|
||||
Valid = FALSE;
|
||||
DBG("PatchVBiosBytes[%lld]: missing Replace data\n", i);
|
||||
DBG("PatchVBiosBytes[%lld]: missing Replace data\n", i);
|
||||
}
|
||||
|
||||
if (FindSize != ReplaceSize) {
|
||||
Valid = FALSE;
|
||||
DBG("PatchVBiosBytes[%lld]: Find and Replace data are not the same size\n", i);
|
||||
DBG("PatchVBiosBytes[%lld]: Find and Replace data are not the same size\n", i);
|
||||
}
|
||||
|
||||
if (Valid) {
|
||||
|
Loading…
Reference in New Issue
Block a user