diff options
author | Alec Berg <alecaberg@chromium.org> | 2014-05-15 16:26:30 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-05-18 00:51:59 +0000 |
commit | 98af4df0dc07b7e180c714a576d10303c3b01448 (patch) | |
tree | 8f3ec84e3a49a4de3a727e87c1395af03dba5d93 | |
parent | dc37d4a1d5c8a4a8639d38a0f6291c98feeb1ecf (diff) | |
download | chrome-ec-98af4df0dc07b7e180c714a576d10303c3b01448.tar.gz |
samus_pd: remove battery config
Remove battery config since PD chip doesn't talk to battery.
BUG=chrome-os-partner:28350
BRANCH=none
TEST=load on samus and make sure console running normally.
Change-Id: I97174aa3796eaa10b3a5a2bf0aa79a39ba8640ac
Signed-off-by: Alec Berg <alecaberg@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/200142
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r-- | board/samus_pd/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samus_pd/board.h b/board/samus_pd/board.h index fd6cccd819..5810eadd8e 100644 --- a/board/samus_pd/board.h +++ b/board/samus_pd/board.h @@ -24,7 +24,6 @@ #define CONFIG_ADC #define CONFIG_HW_CRC #define CONFIG_I2C -#define CONFIG_BATTERY_SMART #define CONFIG_USB_SWITCH_TSU6721 #undef CONFIG_WATCHDOG_HELP #undef CONFIG_LID_SWITCH |