From 9b7b5460d2ccfdf6cc28ea8115a6bd6be2496141 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 23 Jan 2018 14:15:50 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/882182 Commit-Ready: Martin Roth Tested-by: Martin Roth Reviewed-by: Justin TerAvest --- board/grunt/board.h | 2 -- 1 file changed, 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)