diff --git a/bootloader/hos/sept.c b/bootloader/hos/sept.c index a7ed898..b109a56 100644 --- a/bootloader/hos/sept.c +++ b/bootloader/hos/sept.c @@ -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. diff --git a/nyx/nyx_gui/hos/sept.c b/nyx/nyx_gui/hos/sept.c index 460ed32..013e7e8 100644 --- a/nyx/nyx_gui/hos/sept.c +++ b/nyx/nyx_gui/hos/sept.c @@ -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.