mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 08:59:26 +00:00
hos: add missing deinit
This commit is contained in:
parent
6fa844b031
commit
1bec721baf
1 changed files with 1 additions and 0 deletions
|
@ -802,6 +802,7 @@ int hos_launch(ini_sec_t *cfg)
|
||||||
// Check if stock is enabled and device can boot in OFW.
|
// Check if stock is enabled and device can boot in OFW.
|
||||||
if (ctxt.stock && (h_cfg.t210b01 || !tools_autorcm_enabled()))
|
if (ctxt.stock && (h_cfg.t210b01 || !tools_autorcm_enabled()))
|
||||||
{
|
{
|
||||||
|
sdram_src_pllc(false);
|
||||||
emmc_end();
|
emmc_end();
|
||||||
|
|
||||||
WPRINTF("\nRebooting to OFW in 5s...");
|
WPRINTF("\nRebooting to OFW in 5s...");
|
||||||
|
|
Loading…
Reference in a new issue