summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2015-10-06 16:50:33 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-15 18:08:23 -0700
commit9354379d64025bbb96a7ae28c3f1a81c1657bc4a (patch)
treeafeda98c6cdfe5b49e62a1bd66fe789ec368b4e5 /firmware/include/vboot_api.h
parent7ed261297f7b730e9f545ba59cbe2ed216850e19 (diff)
downloadvboot-9354379d64025bbb96a7ae28c3f1a81c1657bc4a.tar.gz
Pass locale to VbExDisplayScreen
This change makes VbDisplayScreen read the last saved locale from nvram and pass it to VbExDisplayScreen so that it can draw locale dependent screens. BUG=chromium:502066 BRANCH=tot TEST=Tested on Samus. make runtests. CQ-DEPEND=CL:304382,CL:306100,CL:306110 Change-Id: I9782ec5a8a9f8393998aa8a0d64e88ad1809233b Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/304375
Diffstat (limited to 'firmware/include/vboot_api.h')
-rw-r--r--firmware/include/vboot_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index 4d2d616d..bc90b19e 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -767,7 +767,7 @@ VbError_t VbExDisplaySetDimension(uint32_t width, uint32_t height);
* to be simple ASCII text such as "NO GOOD" or "INSERT"; these screens should
* only be seen during development.
*/
-VbError_t VbExDisplayScreen(uint32_t screen_type);
+VbError_t VbExDisplayScreen(uint32_t screen_type, uint32_t locale);
/**
* Write an image to the display, with the upper left corner at the specified