aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/drallion/chromeos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/drallion/chromeos.c')
-rw-r--r--src/mainboard/google/drallion/chromeos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/drallion/chromeos.c b/src/mainboard/google/drallion/chromeos.c
index ee3509d01e..eff43d0042 100644
--- a/src/mainboard/google/drallion/chromeos.c
+++ b/src/mainboard/google/drallion/chromeos.c
@@ -84,7 +84,7 @@ int get_recovery_mode_switch(void)
* The TPM recovery request is passed between stages through vboot data
* or cbmem depending on stage.
*/
- if (ENV_VERSTAGE &&
+ if (ENV_SEPARATE_VERSTAGE &&
tlcl_cr50_get_recovery_button(&cr50_state) == TPM_SUCCESS &&
cr50_state)
state = REC_MODE_REQUESTED;