summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2019-05-22 17:25:41 -0700
committerDuncan Laurie <dlaurie@google.com>2019-05-23 00:38:40 +0000
commita4b825c5111dffe6a84f64e683fc386ad4964c90 (patch)
tree24aee676e9aa7ac4358158ceac8a6003028c1746
parent68cca6f0a69645811357e6c2aa91cc7d68978763 (diff)
downloadvboot-a4b825c5111dffe6a84f64e683fc386ad4964c90.tar.gz
Revert "vboot: add VB2_NV_DISPLAY_REQUEST"
This reverts commit 8c398a40fdfb09526dbcf0eb35fe1d0bd114516c. BUG=none TEST=none Change-Id: Ibc0f0884c40309bdeea56a292b0234366131937a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1626929 Reviewed-by: Duncan Laurie <dlaurie@google.com> Commit-Queue: Duncan Laurie <dlaurie@google.com> Tested-by: Duncan Laurie <dlaurie@google.com>
-rw-r--r--firmware/2lib/include/2nvstorage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/2lib/include/2nvstorage.h b/firmware/2lib/include/2nvstorage.h
index 3efa29b6..c9524a19 100644
--- a/firmware/2lib/include/2nvstorage.h
+++ b/firmware/2lib/include/2nvstorage.h
@@ -73,9 +73,6 @@ enum vb2_nv_param {
* 1=yes.
*/
VB2_NV_OPROM_NEEDED,
- /* TODO(chromium:948529): VB2_NV_OPROM_NEEDED is being renamed to
- VB2_NV_DISPLAY_REQUEST. */
- VB2_NV_DISPLAY_REQUEST = VB2_NV_OPROM_NEEDED,
/* Request that the firmware clear the TPM owner on the next boot. */
VB2_NV_CLEAR_TPM_OWNER_REQUEST,
/* Flag that TPM owner was cleared on request. */