aboutsummaryrefslogtreecommitdiff
path: root/src/security/vboot/verstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/vboot/verstage.c')
-rw-r--r--src/security/vboot/verstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/vboot/verstage.c b/src/security/vboot/verstage.c
index afd73f11e0..ef0bd48850 100644
--- a/src/security/vboot/verstage.c
+++ b/src/security/vboot/verstage.c
@@ -30,7 +30,7 @@ void main(void)
exception_init();
verstage_mainboard_init();
- if (IS_ENABLED(CONFIG_VBOOT_RETURN_FROM_VERSTAGE)) {
+ if (CONFIG(VBOOT_RETURN_FROM_VERSTAGE)) {
verstage_main();
} else {
run_romstage();