mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-08 03:21:44 +00:00
Fix mistake where I was reading pkg1 twice
This commit is contained in:
parent
6ebfaa1200
commit
8d6b6c4f0e
1 changed files with 0 additions and 4 deletions
|
@ -427,10 +427,6 @@ int hos_launch(ini_sec_t *cfg)
|
|||
if (!_read_emmc_pkg1(&ctxt))
|
||||
return 0;
|
||||
|
||||
//Read package1 and the correct keyblob.
|
||||
if (!_read_emmc_pkg1(&ctxt))
|
||||
return 0;
|
||||
|
||||
//XXX: remove this once we support 3+.
|
||||
//if (ctxt.pkg1_id->kb > 0)
|
||||
// return 0;
|
||||
|
|
Loading…
Reference in a new issue