summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2020-02-05 11:02:19 +0800
committerCommit Bot <commit-bot@chromium.org>2020-02-06 16:21:48 +0000
commit7b8829fea8526a2efb0e32566fde21fd92696a41 (patch)
tree39f5e7926b877da086a7c9d7665bfa5c13fec326
parenteee51d1abaa0c4030cfee1c8f842633480a121c9 (diff)
downloadvboot-7b8829fea8526a2efb0e32566fde21fd92696a41.tar.gz
vboot: Add a semicolon in comment
BRANCH=none BUG=none TEST=none Change-Id: I04e0151655a9331750f5f5becfae2638c8e3ed17 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2037146 Reviewed-by: Joel Kitching <kitching@chromium.org>
-rw-r--r--firmware/include/vboot_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/vboot_struct.h b/firmware/include/vboot_struct.h
index 692c3569..246d6c5b 100644
--- a/firmware/include/vboot_struct.h
+++ b/firmware/include/vboot_struct.h
@@ -73,7 +73,7 @@ extern "C" {
#define VBSD_DEPRECATED_HONOR_VIRT_DEV_SWITCH 0x00000400
/* VbInit() was told the system supports EC software sync */
#define VBSD_EC_SOFTWARE_SYNC 0x00000800
-/* VbInit() was told that the EC firmware is slow to update
+/* VbInit() was told that the EC firmware is slow to update;
Deprecated as part of chromium:1038259 */
#define VBSD_DEPRECATED_EC_SLOW_UPDATE 0x00001000
/* Firmware software write protect was enabled at boot time.