summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/sb.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-06-15 22:19:52 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-06-15 22:27:34 +0200
commit7c7fa369186536adaf9ff35ec356525b5c5a8379 (patch)
treebc70e26ffcc48a7d0a0a40e7c33e0cd48bd265fa /utils/imxtools/sbtools/sb.h
parent58e27b9fa1e9ea058eb5161f140e0909c4821c92 (diff)
downloadrockbox-7c7fa369186536adaf9ff35ec356525b5c5a8379.tar.gz
rockbox-7c7fa369186536adaf9ff35ec356525b5c5a8379.zip
sbtools,mkximboot: fix whitespace
Change-Id: I8d8adb783707172d1aaef302366c240310350ed8
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;