summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2020-04-14 10:17:57 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-14 10:08:39 +0000
commit3b3ca4a1b8f104cd142a6d69b362c15ef5d02cc6 (patch)
tree4bbd33f1a8a599ab0e2297ac5d2f17f52581c701
parentd83bfe7426c38a3553f873303e48d27c4805cc19 (diff)
downloadvboot-3b3ca4a1b8f104cd142a6d69b362c15ef5d02cc6.tar.gz
vboot: Remove VB2_SCREEN_TOUCHPAD_SYNC from vb2_screen
The touchpad sync screen is rendered in kernel instead of firmware, so remove it from enum vb2_screen. BRANCH=none BUG=none TEST=USE="menu_ui" emerge-nami depthcharge Change-Id: I5929ecec51bee1aa36d6abf04bb733fde46ac29c Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2148552 Reviewed-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
-rw-r--r--firmware/2lib/include/2api.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index fbbb80eb..290c7ab1 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -1148,8 +1148,6 @@ enum vb2_screen {
VB2_SCREEN_BLANK = 0x0,
/* Wait screen for EC sync and AUXFW sync */
VB2_SCREEN_FIRMWARE_SYNC = 0x10,
- /* Wait screen for touchpad sync */
- VB2_SCREEN_TOUCHPAD_SYNC = 0x11,
};
/**