summaryrefslogtreecommitdiff
path: root/board/kodama/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kodama/board.c')
-rw-r--r--board/kodama/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kodama/board.c b/board/kodama/board.c
index 08a4eeeeae..8be6ba345d 100644
--- a/board/kodama/board.c
+++ b/board/kodama/board.c
@@ -171,7 +171,7 @@ int board_set_active_charge_port(int charge_port)
* even when battery is disconnected, keep VBAT rail on but
* set the charging current to minimum.
*/
- charger_set_current(0);
+ charger_set_current(CHARGER_SOLO, 0);
break;
default:
panic("Invalid charge port\n");