summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/config_chip.h
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/shim/include/config_chip.h
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/shim/include/config_chip.h')
-rw-r--r--zephyr/shim/include/config_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h
index 18a0861cd0..deeebbd625 100644
--- a/zephyr/shim/include/config_chip.h
+++ b/zephyr/shim/include/config_chip.h
@@ -1550,7 +1550,7 @@
#undef CONFIG_VBOOT_EFS
#undef CONFIG_VBOOT_EFS2
-#ifdef CONFIG_PLATFORM_EC_VBOOT
+#ifdef CONFIG_PLATFORM_EC_VBOOT_EFS2
#define CONFIG_VBOOT_EFS2
#endif