summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/sbtoelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/imxtools/sbtools/sbtoelf.c')
-rw-r--r--utils/imxtools/sbtools/sbtoelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/imxtools/sbtools/sbtoelf.c b/utils/imxtools/sbtools/sbtoelf.c
index ed27a53f16..04bde051ad 100644
--- a/utils/imxtools/sbtools/sbtoelf.c
+++ b/utils/imxtools/sbtools/sbtoelf.c
@@ -96,6 +96,7 @@ static void extract_sb_section(struct sb_section_t *sec, struct cmd_file_t *cmd_
96 struct cmd_section_t *db_sec = db_add_section(cmd_file, sec->identifier, sec->is_data); 96 struct cmd_section_t *db_sec = db_add_section(cmd_file, sec->identifier, sec->is_data);
97 db_add_int_opt(&db_sec->opt_list, "alignment", sec->alignment); 97 db_add_int_opt(&db_sec->opt_list, "alignment", sec->alignment);
98 db_add_int_opt(&db_sec->opt_list, "cleartext", sec->is_cleartext); 98 db_add_int_opt(&db_sec->opt_list, "cleartext", sec->is_cleartext);
99 db_add_int_opt(&db_sec->opt_list, "sectionFlags", sec->other_flags);
99 100
100 if(sec->is_data) 101 if(sec->is_data)
101 { 102 {
@@ -413,7 +414,6 @@ int main(int argc, char **argv)
413 * garbage */ 414 * garbage */
414 file->override_real_key = false; 415 file->override_real_key = false;
415 file->override_crypto_iv = false; 416 file->override_crypto_iv = false;
416 file->override_timestamp = true;
417 sb_write_file(file, loopback, 0, generic_std_printf); 417 sb_write_file(file, loopback, 0, generic_std_printf);
418 } 418 }
419 sb_free(file); 419 sb_free(file);