Fix mistake where I was reading pkg1 twice

This commit is contained in:
st4rk 2018-05-04 00:32:28 -07:00
parent 6ebfaa1200
commit 8d6b6c4f0e

View file

@ -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;