summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-06-20 09:58:16 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-02 21:59:20 +0000
commitae68d58998b93a96c5b55a29b31fa9e3a36bc354 (patch)
tree84ea9959ea67048540861bde6928dbd6b6a5076f
parent624d827325bbd2fe3187a747f8f479e013751ed4 (diff)
downloadvboot-ae68d58998b93a96c5b55a29b31fa9e3a36bc354.tar.gz
Replace an old VB2_CONTEXT_SECDATA_CHANGED
This enum has changed. Update the one remaining reference. BUG=b:191646387 BRANCH=none TEST=FEATURES=test sudo -E emerge vboot_reference Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: If22fa8cdd9a327e9a54dee01caf423caf7ba4efe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3002419 Reviewed-by: Julius Werner <jwerner@chromium.org>
-rw-r--r--firmware/2lib/include/2api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index fb656da9..2ab2af3b 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -283,8 +283,8 @@ struct vb2_context {
/*
* Secure data for firmware verification stage. Caller must fill this
* from some secure non-volatile location before calling
- * vb2api_fw_phase1. If the VB2_CONTEXT_SECDATA_CHANGED flag is set
- * when a function returns, caller must save the data back to the
+ * vb2api_fw_phase1. If the VB2_CONTEXT_SECDATA_FIRMWARE_CHANGED flag
+ * is set when a function returns, caller must save the data back to the
* secure non-volatile location and then clear the flag.
*/
uint8_t secdata_firmware[VB2_SECDATA_FIRMWARE_SIZE];