summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-10-09 14:22:57 -0600
committerKeith Short <keithshort@chromium.org>2019-10-11 19:04:15 +0000
commitecc3027cdf35ecc7072c3ba3804ccd58032c2929 (patch)
treef54089499f7c6c613baeca1095108a06dca70993
parent2056dc60eeb70348795cd680f7de4d3328715fac (diff)
downloadchrome-ec-ecc3027cdf35ecc7072c3ba3804ccd58032c2929.tar.gz
volteer: enable CONFIG_BRINGUP
Prevent EC from powering up AP during initial board bringup. BUG=none BRANCH=none TEST=make buildall -j Change-Id: Id0ec787ed34444a9e40174925d8c11a8e71d66d0 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1850276 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--board/volteer/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/volteer/board.h b/board/volteer/board.h
index bdfa908d8b..6f74322440 100644
--- a/board/volteer/board.h
+++ b/board/volteer/board.h
@@ -14,6 +14,12 @@
/* Optional features */
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
+/*
+ * Prevent the EC from powering up the AP by default for initial board bringup
+ * TODO: b/142409811 remove this once AP power sequencing is good.
+ */
+#define CONFIG_BRINGUP
+
#define CONFIG_POWER_BUTTON
/* Config options automatically enabled by NPCX, re-enable once support added */