summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-08-11 15:25:52 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-11 22:29:20 +0000
commit80bdc75768a3d2d09ac54e2289ef952e258c888d (patch)
tree75f237a243f1c0bb8fbaeb3b2b6d8da05701cf6d /zephyr/projects/herobrine
parentdad30a521858c7b75ada2f6c87b515e782ecfd09 (diff)
downloadchrome-ec-80bdc75768a3d2d09ac54e2289ef952e258c888d.tar.gz
zephyr: rename kconfig PLATFORM_EC_VBOOT
Rename CONFIG_PLATFORM_EC_VBOOT to CONFIG_PLATFORM_EC_VBOOT_EFS2, since this is what is actually toggled by the config. EFS2 is only a small component of verified boot, and we have many boards which don't actually use it (e.g., trogdor family) for verified boot, making the existing name very confusing. BUG=none BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I68ea5815b4a001c680fc78196bb7a02815799b52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3088164 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/projects/herobrine')
-rw-r--r--zephyr/projects/herobrine/herobrine_npcx9/prj.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
index 74526617dc..ddaf307080 100644
--- a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
+++ b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
@@ -39,8 +39,8 @@ CONFIG_PLATFORM_EC_POWER_SLEEP_FAILURE_DETECTION=y
CONFIG_PLATFORM_EC_CHIPSET_RESET_HOOK=y
CONFIG_PLATFORM_EC_CHIPSET_RESUME_INIT_HOOK=y
-# TODO(b:193719620): Enable EC EFS2 (toggled by PLATFORM_EC_VBOOT).
-CONFIG_PLATFORM_EC_VBOOT=n
+# TODO(b:193719620): Enable EC EFS2.
+CONFIG_PLATFORM_EC_VBOOT_EFS2=n
# MKBP event mask
CONFIG_PLATFORM_EC_MKBP_EVENT_WAKEUP_MASK=y