summaryrefslogtreecommitdiff
path: root/board/grunt/board.h
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2018-01-23 14:15:50 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-01-26 13:25:47 -0800
commit9b7b5460d2ccfdf6cc28ea8115a6bd6be2496141 (patch)
tree3a1afa9b64618207546e4529d12780d9295143de /board/grunt/board.h
parente5c6f97d1a4a1fa5ad17c2bab4e316a47b8def9a (diff)
downloadchrome-ec-9b7b5460d2ccfdf6cc28ea8115a6bd6be2496141.tar.gz
grunt: Disable CONFIG_BRINGUP option
Bringup went well so this this option is no longer needed. BUG=None TEST=Build & boot BRANCH=None Change-Id: I415161ab77d2a6b1ce59d6773d3cf78176cd1e96 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://chromium-review.googlesource.com/882182 Commit-Ready: Martin Roth <martinroth@chromium.org> Tested-by: Martin Roth <martinroth@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/grunt/board.h')
-rw-r--r--board/grunt/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/grunt/board.h b/board/grunt/board.h
index 58b8f120fe..6b4d7ef935 100644
--- a/board/grunt/board.h
+++ b/board/grunt/board.h
@@ -127,8 +127,6 @@
/* Accelerometer and Gyroscope are the same device. */
#define I2C_PORT_ACCEL I2C_PORT_SENSOR
-#define CONFIG_BRINGUP /* TODO(teravest): Remove this later. */
-
/* Sensors */
#define CONFIG_ACCELGYRO_BMI160
#define CONFIG_ACCELGYRO_BMI160_INT_EVENT TASK_EVENT_CUSTOM(4)