summaryrefslogtreecommitdiff
path: root/board/coral
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2017-11-03 07:54:04 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-11-03 13:52:44 -0700
commita441ed9a09452f4e72371f5e218c45f6775602cd (patch)
treef034af80f09139be1ba5b49e8990f248453c028d /board/coral
parentea673281c32575674db1dc210ee3537d57fc1b23 (diff)
downloadchrome-ec-a441ed9a09452f4e72371f5e218c45f6775602cd.tar.gz
coral: Remove LIMIT_POWER config options
These config options change the behavior of charge_prevent_power_on and ignore the minimum battery percentage for booting. Since we don't have any AP code to actually handle this state, we don't want it to always boot the AP or it might brown out with a battery that is critically low. (Reference: https://chromium-review.googlesource.com/c/582539) (Reference: https://chromium-review.googlesource.com/c/605012) BUG=b:68226308 BRANCH=coral TEST=Verified that units without battery power up and don't brown out Change-Id: I09b7f693ba31bd3c2b0475b0569b4b5c327f96b8 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/753651 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Duncan Laurie <dlaurie@google.com>
Diffstat (limited to 'board/coral')
-rw-r--r--board/coral/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/coral/board.h b/board/coral/board.h
index db5e55409f..d6fb0ee3ae 100644
--- a/board/coral/board.h
+++ b/board/coral/board.h
@@ -56,8 +56,6 @@
#define CONFIG_CHARGER_BD9995X_CHGEN
#define CONFIG_CHARGER_DISCHARGE_ON_AC
#define CONFIG_CHARGER_INPUT_CURRENT 512
-#define CONFIG_CHARGER_LIMIT_POWER_THRESH_BAT_PCT 1
-#define CONFIG_CHARGER_LIMIT_POWER_THRESH_CHG_MW 18000
#define CONFIG_CHARGER_MAINTAIN_VBAT
#define CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON 1
#define CONFIG_USB_CHARGER