summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2022-04-26 14:19:30 +1000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-26 07:46:23 +0000
commitaf9c7fa2f42e02d7b7a09b236853ebc4c3712d2a (patch)
tree04d2687fdcc2e508e57f6a266aaa1effd61e137b
parent41a9e1674624b9e40d0b4aef1edb3f10418949d4 (diff)
downloadchrome-ec-af9c7fa2f42e02d7b7a09b236853ebc4c3712d2a.tar.gz
nissa: don't wait for double reset after power-on
Nissa uses the DT security chip and includes circuitry to hold the EC in reset while the security chip is resetting, so this option is not required. BUG=b:227972919 TEST=Only one reset is still seen on the EC console when the security chip is reset via its console BRANCH=none Change-Id: I953b96b4956ae6d2b3ffb7e992e3c8e99c825d48 Signed-off-by: Peter Marheine <pmarheine@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3607481 Reviewed-by: Andrew McRae <amcrae@google.com>
-rw-r--r--zephyr/projects/nissa/prj.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/projects/nissa/prj.conf b/zephyr/projects/nissa/prj.conf
index c1362fe685..6617961b0a 100644
--- a/zephyr/projects/nissa/prj.conf
+++ b/zephyr/projects/nissa/prj.conf
@@ -9,9 +9,6 @@ CONFIG_PLATFORM_EC=y
CONFIG_SHIMMED_TASKS=y
CONFIG_LTO=y
-# Treat 2nd reset from H1 as Power-On
-CONFIG_PLATFORM_EC_BOARD_RESET_AFTER_POWER_ON=y
-
# Debug options and features; can be disabled to save memory or once bringup
# is complete.
CONFIG_PLATFORM_EC_BRINGUP=y