summaryrefslogtreecommitdiff
path: root/board/pompom/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pompom/board.c')
-rw-r--r--board/pompom/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/pompom/board.c b/board/pompom/board.c
index 394f06be8e..b46e347f88 100644
--- a/board/pompom/board.c
+++ b/board/pompom/board.c
@@ -469,7 +469,6 @@ void board_set_charge_limit(int port, int supplier, int charge_ma, int max_ma,
charge_ma = max_ma;
}
- charge_ma = charge_ma * 95 / 100;
charge_set_input_current_limit(
MAX(charge_ma, CONFIG_CHARGER_INPUT_CURRENT), charge_mv);
}