summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2021-02-03 14:00:36 +0800
committerCommit Bot <commit-bot@chromium.org>2021-02-05 07:32:24 +0000
commitcf0f32b89e2e563d6fccad8d78ba348369e68e7c (patch)
treeaf4b04dea39426568453630d1b759af233b82f5d
parentc287a298aeaffcf2b954b1f51ca89139c7f35bad (diff)
downloadchrome-ec-cf0f32b89e2e563d6fccad8d78ba348369e68e7c.tar.gz
config.h: fix comment of CONFIG_BOARD_RESET_AFTER_POWER_ON
The config is supported by ITE chips as well. BUG=none TEST=none BRANCH=none Change-Id: Ib5e4ea4bee8bdc63bb451e4cc8a1133c35bf3dfc Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2675327 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 431e2336b7..0cbcda287d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -726,7 +726,7 @@
* On the second reset, the saved flag is used to detect the previous
* power-on, and treat the second reset as a power-on instead of a reset.
*
- * NOTE: Implemented only for npcx
+ * NOTE: Implemented only for npcx and ite
*/
#undef CONFIG_BOARD_RESET_AFTER_POWER_ON