From 1bec721bafd29f543a97a4357888f62617b89d04 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Wed, 9 Oct 2024 17:59:57 +0300 Subject: [PATCH] hos: add missing deinit --- bootloader/hos/hos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bootloader/hos/hos.c b/bootloader/hos/hos.c index a4c8a06..eb7eeb4 100644 --- a/bootloader/hos/hos.c +++ b/bootloader/hos/hos.c @@ -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...");