Remove backup hash mode from main to reduce bin size.

This commit is contained in:
ctcaer@gmail.com
2019-07-06 22:32:49 +03:00
parent c40c125462
commit 078ef1c4f1
2 changed files with 1 additions and 55 deletions

View File

@@ -121,7 +121,7 @@ void dump_packages12()
sdmmc_storage_read(&storage, 0x180000 / NX_EMMC_BLOCKSIZE + kb, 1, keyblob);
// Decrypt.
keygen(keyblob, kb, &tsec_ctxt);
keygen(keyblob, kb, &tsec_ctxt, NULL);
if (kb <= KB_FIRMWARE_VERSION_600)
h_cfg.se_keygen_done = 1;
free(keyblob);