nyx: Fix pkg1/2 dumping with new changes

This commit is contained in:
CTCaer
2020-06-15 15:01:18 +03:00
parent edba8ca986
commit 0738c96867
2 changed files with 17 additions and 6 deletions

View File

@@ -171,7 +171,6 @@ int reboot_to_sept(const u8 *tsec_fw, u32 kb)
f_close(&fp);
b_cfg->boot_cfg |= (BOOT_CFG_AUTOBOOT_EN | BOOT_CFG_SEPT_RUN);
b_cfg->extra_cfg = EXTRA_CFG_NYX_DUMP;
bool update_sept_payload = true;
if (!f_open(&fp, "sept/payload.bin", FA_READ | FA_WRITE))