summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/hayato/prj.conf
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/asurada/hayato/prj.conf
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/asurada/hayato/prj.conf')
-rw-r--r--zephyr/projects/asurada/hayato/prj.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/asurada/hayato/prj.conf b/zephyr/projects/asurada/hayato/prj.conf
index 8a513e9a47..2faab291f2 100644
--- a/zephyr/projects/asurada/hayato/prj.conf
+++ b/zephyr/projects/asurada/hayato/prj.conf
@@ -112,7 +112,7 @@ CONFIG_PLATFORM_EC_USB_PD_TBT_COMPAT_MODE=n
CONFIG_PLATFORM_EC_USB_PID=0x5053
# VBoot without EFS2
-CONFIG_PLATFORM_EC_VBOOT=n
+CONFIG_PLATFORM_EC_VBOOT_EFS2=n
CONFIG_PLATFORM_EC_VBOOT_HASH=y
# TODO(b/180980668): bring these features up