summaryrefslogtreecommitdiff
path: root/board/storo/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/storo/board.c')
-rw-r--r--board/storo/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/storo/board.c b/board/storo/board.c
index f6f3ed5750..e4f2ad2fb9 100644
--- a/board/storo/board.c
+++ b/board/storo/board.c
@@ -435,12 +435,6 @@ void board_set_charge_limit(int port, int supplier, int charge_ma, int max_ma,
int charge_mv)
{
int icl = MAX(charge_ma, CONFIG_CHARGER_INPUT_CURRENT);
-
- /*
- * b/147463641: The charger IC seems to overdraw ~4%, therefore we
- * reduce our target accordingly.
- */
- icl = icl * 96 / 100;
charge_set_input_current_limit(icl, charge_mv);
}