diff options
author | Gwendal Grignou <gwendal@chromium.org> | 2016-07-07 13:18:57 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-07-07 19:30:59 -0700 |
commit | f87ee6ee473ec0661ee10182d78f0d85af0bcc64 (patch) | |
tree | c2261364b4d53b729d396bf80c4f2622d13fe7ef | |
parent | ef0c798ce77eca844c30ace5ebeb242a6a3f667c (diff) | |
download | chrome-ec-f87ee6ee473ec0661ee10182d78f0d85af0bcc64.tar.gz |
chell: Remove command_battfake command
To save space, remove command_battfake console command.
BRANCH=chell
TEST=compile
BUG=none
Change-Id: Ife8704df974d0c24f3c8477ae4590a62b529d819
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/358887
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r-- | board/chell/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/chell/board.h b/board/chell/board.h index 66dae6e66f..e3e41c749a 100644 --- a/board/chell/board.h +++ b/board/chell/board.h @@ -36,6 +36,7 @@ #define CONFIG_CHARGER_PROFILE_OVERRIDE #define CONFIG_CHARGER_SENSE_RESISTOR 10 #define CONFIG_CHARGER_SENSE_RESISTOR_AC 20 +#undef CONFIG_CMD_BATTFAKE #define CONFIG_CMD_CHARGER_ADC_AMON_BMON #define CONFIG_CHIPSET_SKYLAKE |