hos: add missing deinit

This commit is contained in:
CTCaer 2024-10-09 17:59:57 +03:00
parent 6fa844b031
commit 1bec721baf

View file

@ -802,6 +802,7 @@ int hos_launch(ini_sec_t *cfg)
// Check if stock is enabled and device can boot in OFW.
if (ctxt.stock && (h_cfg.t210b01 || !tools_autorcm_enabled()))
{
sdram_src_pllc(false);
emmc_end();
WPRINTF("\nRebooting to OFW in 5s...");