summaryrefslogtreecommitdiff
path: root/board/volteer/board.h
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-11-15 10:12:14 -0800
committerKeith Short <keithshort@chromium.org>2019-11-21 21:57:58 +0000
commit073a512059c475b75f2e5b55ffa807c2f1762b6b (patch)
treed18c81fe726b708d8c9ff2d6d067c90494dadede /board/volteer/board.h
parent24a8a7279e1138d1315a8b2af992ec845d863d23 (diff)
downloadchrome-ec-073a512059c475b75f2e5b55ffa807c2f1762b6b.tar.gz
volteer: disable CONFIG_BRINGUP
Disable CONFIG_BRINGUP option now that the AP power up sequence is working. Also change the default console mask to disable CC_HOSTCMD, which is flooded with motion sense requests (0x60) from the kernel. BUG=b:142409811 BRANCH=none TEST=make buildall TEST=verify Volteer boots to OS automatically. Change-Id: I58f850188ca3981373af06369eb70c5887c7da31 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1919402 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'board/volteer/board.h')
-rw-r--r--board/volteer/board.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/volteer/board.h b/board/volteer/board.h
index 737b0b62ff..fba0617e0d 100644
--- a/board/volteer/board.h
+++ b/board/volteer/board.h
@@ -14,12 +14,6 @@
/* 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
/*