summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/vboot_struct.h')
-rw-r--r--firmware/include/vboot_struct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/include/vboot_struct.h b/firmware/include/vboot_struct.h
index 1451a1cf..33a24885 100644
--- a/firmware/include/vboot_struct.h
+++ b/firmware/include/vboot_struct.h
@@ -402,9 +402,9 @@ typedef struct VbSharedDataHeader {
uint64_t kernel_subkey_data_size;
/*
- * Timer values from VbExGetTimer(). Unused values are set to 0. Note
- * that these are now the enter/exit times for the wrapper API entry
- * points; see crosbug.com/17018. */
+ * These timer values are all deprecated. coreboot tstamp_table should
+ * be used instead. See crosbug.com/1014102.
+ */
/* VbInit() enter/exit */
uint64_t timer_vb_init_enter;
uint64_t timer_vb_init_exit;