1
0
Fork 0
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:
CTCaer 2021-01-04 19:05:04 +02:00
parent 1f37b96359
commit bf8fd9a33b

View file

@ -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.