aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/drallion
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/drallion')
-rw-r--r--src/mainboard/google/drallion/chromeos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/drallion/chromeos.c b/src/mainboard/google/drallion/chromeos.c
index 0eb311bb9d..00571ed6bc 100644
--- a/src/mainboard/google/drallion/chromeos.c
+++ b/src/mainboard/google/drallion/chromeos.c
@@ -95,8 +95,8 @@ int get_recovery_mode_switch(void)
* and the value from the TPM would be wrong anyway since the verstage
* read would have cleared the value on the TPM.
*
- * The TPM recovery request is passed between stages through the
- * vboot_get_shared_data or cbmem depending on stage.
+ * The TPM recovery request is passed between stages through vboot data
+ * or cbmem depending on stage.
*/
if (ENV_VERSTAGE &&
tlcl_cr50_get_recovery_button(&cr50_state) == TPM_SUCCESS &&