summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/ec_app_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/ec_app_main.c')
-rw-r--r--zephyr/app/ec/ec_app_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/app/ec/ec_app_main.c b/zephyr/app/ec/ec_app_main.c
index c35ce7f888..7cc5b170f1 100644
--- a/zephyr/app/ec/ec_app_main.c
+++ b/zephyr/app/ec/ec_app_main.c
@@ -67,7 +67,7 @@ void ec_app_main(void)
}
}
- if (IS_ENABLED(CONFIG_PLATFORM_EC_VBOOT)) {
+ if (IS_ENABLED(CONFIG_PLATFORM_EC_VBOOT_EFS2)) {
/*
* For RO, it behaves as follows:
* In recovery, it enables PD communication and returns.