mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +00:00
hos: Replace fuse count if current fw is higher
This commit is contained in:
parent
1f37b96359
commit
bf8fd9a33b
1 changed files with 2 additions and 0 deletions
|
@ -374,6 +374,8 @@ void pkg1_warmboot_config(void *hos_ctxt, u32 warmboot_base)
|
||||||
tmp_fuses++;
|
tmp_fuses++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else // Replace burnt fuses with higher count.
|
||||||
|
burnt_fuses = fuses_fw;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure Warmboot parameters. Anything lower is not supported.
|
// Configure Warmboot parameters. Anything lower is not supported.
|
||||||
|
|
Loading…
Reference in a new issue