From 8d6b6c4f0e008306506a6f0508a4a005e11ea9e2 Mon Sep 17 00:00:00 2001 From: st4rk Date: Fri, 4 May 2018 00:32:28 -0700 Subject: [PATCH] Fix mistake where I was reading pkg1 twice --- ipl/hos.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ipl/hos.c b/ipl/hos.c index edc1e77..d759ee9 100755 --- a/ipl/hos.c +++ b/ipl/hos.c @@ -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;