hos: reflect minerva changes

This commit is contained in:
CTCaer
2025-12-17 06:07:58 +02:00
committed by NaGa
parent fd8c2ef56d
commit 4c2f8f14dc

View File

@@ -709,7 +709,6 @@ void hos_launch(ini_sec_t *cfg)
tsec_ctxt_t tsec_ctxt = {0};
minerva_change_freq(FREQ_1600);
sdram_src_pllc(true);
list_init(&ctxt.kip1_list);
ctxt.cfg = cfg;
@@ -1128,8 +1127,7 @@ void hos_launch(ini_sec_t *cfg)
hw_config_arbiter(true);
// Scale down RAM OC if enabled.
sdram_src_pllc(false);
minerva_prep_boot_freq();
minerva_prep_boot_hos();
// Flush cache and disable MMU.
bpmp_mmu_disable();