sept: Mark as ready for Mariko

This commit is contained in:
CTCaer 2020-07-04 21:36:37 +03:00
parent f9a1935762
commit 495907b8a4
2 changed files with 12 additions and 0 deletions

View file

@ -71,6 +71,12 @@ extern void reloc_patcher(u32 payload_dst, u32 payload_src, u32 payload_size);
void check_sept(ini_sec_t *cfg_sec)
{
if (h_cfg.t210b01)
{
h_cfg.sept_run = true;
return;
}
hos_eks_get();
// Check if non-hekate payload is used for sept and restore it.

View file

@ -70,6 +70,12 @@ extern void reloc_patcher(u32 payload_dst, u32 payload_src, u32 payload_size);
void check_sept()
{
if (h_cfg.t210b01)
{
h_cfg.sept_run = true;
return;
}
hos_eks_get();
// Check if non-hekate payload is used for sept and restore it.