summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/imxtools/sbtools/sb.h')
-rw-r--r--utils/imxtools/sbtools/sb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/imxtools/sbtools/sb.h b/utils/imxtools/sbtools/sb.h
index 74d86f303a..4873195a61 100644
--- a/utils/imxtools/sbtools/sb.h
+++ b/utils/imxtools/sbtools/sb.h
@@ -180,7 +180,7 @@ struct sb_section_t
180 bool is_data; 180 bool is_data;
181 bool is_cleartext; 181 bool is_cleartext;
182 uint32_t alignment; 182 uint32_t alignment;
183 // data sections are handled as one or more SB_INST_DATA virtual instruction 183 // data sections are handled as one or more SB_INST_DATA virtual instruction
184 int nr_insts; 184 int nr_insts;
185 struct sb_inst_t *insts; 185 struct sb_inst_t *insts;
186 /* for production use */ 186 /* for production use */
@@ -196,7 +196,7 @@ struct sb_file_t
196 /* override crypto IV, use with caution ! Use NULL to generate it */ 196 /* override crypto IV, use with caution ! Use NULL to generate it */
197 bool override_crypto_iv; 197 bool override_crypto_iv;
198 uint8_t crypto_iv[16]; 198 uint8_t crypto_iv[16];
199 199
200 int nr_sections; 200 int nr_sections;
201 uint16_t drive_tag; 201 uint16_t drive_tag;
202 uint32_t first_boot_sec_id; 202 uint32_t first_boot_sec_id;