From af9c7fa2f42e02d7b7a09b236853ebc4c3712d2a Mon Sep 17 00:00:00 2001 From: Peter Marheine Date: Tue, 26 Apr 2022 14:19:30 +1000 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3607481 Reviewed-by: Andrew McRae --- zephyr/projects/nissa/prj.conf | 3 --- 1 file changed, 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 -- cgit v1.2.1