summaryrefslogtreecommitdiff
path: root/baseboard/guybrush/baseboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/guybrush/baseboard.h')
-rw-r--r--baseboard/guybrush/baseboard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/baseboard/guybrush/baseboard.h b/baseboard/guybrush/baseboard.h
index 016d36b503..77e22c433b 100644
--- a/baseboard/guybrush/baseboard.h
+++ b/baseboard/guybrush/baseboard.h
@@ -135,11 +135,10 @@
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 20
/*
- * EC will boot AP to depthcharge if: (BAT >= 4%) || (AC >= 50W)
+ * EC will boot AP to depthcharge if: (BAT >= 2%) || (AC >= 50W)
* CONFIG_CHARGER_LIMIT_* is not set, so there is no additional restriction on
* Depthcharge to boot OS.
*/
-#define CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON 4
#define CONFIG_CHARGER_MIN_POWER_MW_FOR_POWER_ON 50000
/*