summaryrefslogtreecommitdiff
path: root/firmware/include/bmpblk_header.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2011-08-22 14:54:14 -0700
committerBill Richardson <wfrichar@chromium.org>2011-08-22 16:05:01 -0700
commit2e0226309d1407e0968a6b699e99126c98407319 (patch)
tree93ef0ff9bb378b7a9eb8aa59a65bf754323c7945 /firmware/include/bmpblk_header.h
parent822eca680fa9568396f9de79ab91a9e67f3a9aae (diff)
downloadvboot-2e0226309d1407e0968a6b699e99126c98407319.tar.gz
Cleanup: DEFAULT.yaml should include locale_names section.
bmpblk_utility correctly supports this field, which can be used by the factory process to map the localization to the correct locale. We forgot to put the entries in the DEFAULT.yaml file. This change corrects that for future releases. BUG=none TEST=none Change-Id: Iea65d7439e6ef8cc8730ec1b862abba87041d93f Reviewed-on: http://gerrit.chromium.org/gerrit/6424 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org> Tested-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'firmware/include/bmpblk_header.h')
-rw-r--r--firmware/include/bmpblk_header.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/include/bmpblk_header.h b/firmware/include/bmpblk_header.h
index 9007fe2b..9d42123a 100644
--- a/firmware/include/bmpblk_header.h
+++ b/firmware/include/bmpblk_header.h
@@ -38,6 +38,8 @@
* +-----------------------------------------+
* | Image Content |
* +-----------------------------------------+
+ * | List of locale names |
+ * +-----------------------------------------+
*
*/
@@ -101,9 +103,8 @@ typedef struct ImageInfo {
uint32_t compressed_size; /* Size of the compressed image; if image is not
* compressed, this will be the same as the
* original size. */
-
uint32_t reserved;
- /* NOTE: actual image content follows immediately */
+ /* NOTE: The actual image content (if any) follows immediately. */
} __attribute__((packed)) ImageInfo;
/* Constants for ImageInfo.tag */