From a5950c69af6663895eb158027489e703a2da284f Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 31 Aug 2014 14:30:56 +0200 Subject: imxtools: rework key/IV overriding logic The overriding of the IV and real key should be the exception, there is no need to manually set them to false. Change-Id: Id66754f20a79aa5c1a991839345d1242e0aa587d --- rbutil/mkimxboot/mkimxboot.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rbutil/mkimxboot') 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, * call in the ____ section and get rid of everything else. In recovery mode, * we give 0xfee1dead as argument */ - /* Do not override real key and IV */ - sb_file->override_crypto_iv = false; - sb_file->override_real_key = false; - /* used to manipulate entries */ int nr_boot_inst = rb_fw_get_sb_inst_count(&boot_fw); -- cgit v1.2.3