mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 20:26:52 +00:00
hos: Replace fuse count if current fw is higher
This commit is contained in:
parent
1f37b96359
commit
bf8fd9a33b
@ -374,6 +374,8 @@ void pkg1_warmboot_config(void *hos_ctxt, u32 warmboot_base)
|
||||
tmp_fuses++;
|
||||
}
|
||||
}
|
||||
else // Replace burnt fuses with higher count.
|
||||
burnt_fuses = fuses_fw;
|
||||
}
|
||||
|
||||
// Configure Warmboot parameters. Anything lower is not supported.
|
||||
|
Loading…
Reference in New Issue
Block a user