summaryrefslogtreecommitdiff
path: root/utility
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 /utility
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 'utility')
-rw-r--r--utility/bmpblk_utility.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/utility/bmpblk_utility.cc b/utility/bmpblk_utility.cc
index ba3f04fb..f4bde7c7 100644
--- a/utility/bmpblk_utility.cc
+++ b/utility/bmpblk_utility.cc
@@ -109,7 +109,7 @@ namespace vboot_reference {
fclose(fp);
- // HEY: Check the yaml file for self-consistency now. Warn on any problems.
+ // TODO: Check the yaml file for self-consistency. Warn on any problems.
// All images should be used somewhere in the screens.
// All images referenced in the screens should be defined.
// All screens should be used somewhere in the localizations.
@@ -145,7 +145,6 @@ namespace vboot_reference {
it->second.data.images[k].image_info_offset);
}
}
- // TODO(wfrichar): print debugging info about locale_names
}
}