summaryrefslogtreecommitdiff
path: root/rbutil/mkimxboot/mkimxboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkimxboot/mkimxboot.c')
-rw-r--r--rbutil/mkimxboot/mkimxboot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rbutil/mkimxboot/mkimxboot.c b/rbutil/mkimxboot/mkimxboot.c
index d10ad9cb01..db18c769fb 100644
--- a/rbutil/mkimxboot/mkimxboot.c
+++ b/rbutil/mkimxboot/mkimxboot.c
@@ -275,10 +275,6 @@ static enum imx_error_t patch_std_zero_host_play(int jump_before,
275 * call in the ____ section and get rid of everything else. In recovery mode, 275 * call in the ____ section and get rid of everything else. In recovery mode,
276 * we give 0xfee1dead as argument */ 276 * we give 0xfee1dead as argument */
277 277
278 /* Do not override real key and IV */
279 sb_file->override_crypto_iv = false;
280 sb_file->override_real_key = false;
281
282 /* used to manipulate entries */ 278 /* used to manipulate entries */
283 int nr_boot_inst = rb_fw_get_sb_inst_count(&boot_fw); 279 int nr_boot_inst = rb_fw_get_sb_inst_count(&boot_fw);
284 280