hos: use the renamed mc carveout function

This commit is contained in:
CTCaer
2025-08-27 15:03:09 +03:00
parent fee7571135
commit b8e246248f

View File

@@ -1065,7 +1065,7 @@ void hos_launch(ini_sec_t *cfg)
// Finalize MC carveout.
if (mkey <= HOS_MKEY_VER_301 && !is_exo)
mc_config_carveout();
mc_config_carveout_hos();
// Lock SE before starting secmon if < 6.2.0, otherwise lock bootrom and ipatches.
_se_lock(mkey <= HOS_MKEY_VER_600 && !is_exo);