summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin TerAvest <teravest@chromium.org>2017-11-28 10:36:54 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-11-29 10:31:41 -0800
commit43b864e69c746cbe3196334c4f62b882a9b3be00 (patch)
treeaca6dacb4c043721c716e264182e387f6222e36f
parentd39678345b93b37ce83630ac41ddc7e9c35b64d0 (diff)
downloadchrome-ec-43b864e69c746cbe3196334c4f62b882a9b3be00.tar.gz
grunt: Enable CONFIG_BRINGUP.
We may as well enable this for the early builds of grunt. It changes the initial power button state to IDLE instead of INIT_ON, adds power signal logging, and allows port80 printing in interrupt context. It doesn't look like we use eSPI Virtual-Wire for communication, so this should be fine. BUG=b:64935726 BRANCH=none TEST=make BOARD=grunt && make buildall -j Change-Id: Id0049dc6733a3ff8727ea9fc616ac8ce24364ae1 Signed-off-by: Justin TerAvest <teravest@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/794290 Reviewed-by: Edward Hill <ecgh@chromium.org> Reviewed-by: Chris Ching <chingcodes@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/grunt/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/grunt/board.h b/board/grunt/board.h
index 8e20aaddeb..5a23be8c5c 100644
--- a/board/grunt/board.h
+++ b/board/grunt/board.h
@@ -56,6 +56,8 @@
#define I2C_PORT_THERMAL NPCX_I2C_PORT3_0
#define I2C_PORT_SENSOR NPCX_I2C_PORT7_0
+#define CONFIG_BRINGUP /* TODO(teravest): Remove this later. */
+
#ifndef __ASSEMBLER__
#include "gpio_signal.h"