summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2021-12-07 09:41:56 -0800
committerCommit Bot <commit-bot@chromium.org>2021-12-08 05:05:22 +0000
commit8c8289566a7c9ffe9802a48a88feee0fa95f6a15 (patch)
treee54444a0f94dea141db1ade018dc787146773159
parentaf8ef997ad6806dbba737d2f6389b4ae1acc5413 (diff)
downloadchrome-ec-8c8289566a7c9ffe9802a48a88feee0fa95f6a15.tar.gz
zephyr: herobrine: enable CONFIG_BOARD_RESET_AFTER_POWER_ON
Enable the CONFIG_BOARD_RESET_AFTER_POWER_ON on herobrine so the system boots properly with a dead battery. BRANCH=main BUG=b:205883173 TEST=System boots properly with a dead battery Signed-off-by: Sam Hurst <shurst@google.org> Change-Id: I72df7373162de64b610684a1d387406a43506752 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3321383 Tested-by: Sam Hurst <shurst@google.com> Reviewed-by: Wai-Hong Tam <waihong@google.com> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Sam Hurst <shurst@google.com>
-rw-r--r--zephyr/projects/herobrine/herobrine_npcx9/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
index aeb9f6e36f..1c72d99ca8 100644
--- a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
+++ b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
@@ -14,6 +14,7 @@ CONFIG_PLATFORM_EC_POWER_BUTTON=y
CONFIG_PLATFORM_EC_CBI_GPIO=y
CONFIG_I2C=y
CONFIG_KERNEL_SHELL=y
+CONFIG_PLATFORM_EC_BOARD_RESET_AFTER_POWER_ON=y
# Shell history and tab autocompletion (for convenience)
CONFIG_SHELL_HELP=y