From 7c9e7ec707b9aa9e40c8e7ebdbbf1138cef85bb1 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 27 Jun 2012 14:50:39 +0200 Subject: sbtools: add option to force sb dump In the case of encrypted SB files without any key match, it is still possible to dump the section headers. The force option allows one to do so. It also allows to dump unencrypted sections of encrypted files if there are some. Change-Id: I36280230679ac5903f9c451c68c276f5c6959536 --- utils/imxtools/sbtools/misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/imxtools/sbtools/misc.c') diff --git a/utils/imxtools/sbtools/misc.c b/utils/imxtools/sbtools/misc.c index fce71ae0cd..ec9b8c2a27 100644 --- a/utils/imxtools/sbtools/misc.c +++ b/utils/imxtools/sbtools/misc.c @@ -25,6 +25,7 @@ #include "misc.h" bool g_debug = false; +bool g_force = false; /** * Misc -- cgit v1.2.3