summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2020-04-06 16:12:20 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-07 11:33:42 +0000
commitc56276abd4013f9b762732f3f35801ffb967951c (patch)
treeaf83299695011735c104367105b545c092a596c6
parent3758866c391ad2764de6b22354760499545ebb6d (diff)
downloadvboot-c56276abd4013f9b762732f3f35801ffb967951c.tar.gz
vboot: Add VB2_ERROR_UI_INVALID_LOCALE to vb2_error_t
BRANCH=none BUG=b:146399181 TEST=USE="menu_ui" emerge-nami depthcharge Change-Id: I8c0e37adc4f37900a5e426f24a581befb07c6a34 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2137152
-rw-r--r--firmware/2lib/include/2return_codes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 79b1a122..62885fba 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -788,6 +788,9 @@ enum vb2_return_code {
/* Image not found in the archive */
VB2_ERROR_UI_MISSING_IMAGE = 0x100c0005,
+ /* Requested locale not available */
+ VB2_ERROR_UI_INVALID_LOCALE = 0x100c0006,
+
/**********************************************************************
* Errors generated by host library (non-firmware) start here.
*/