From f260b44a688ebd025a0d556a27df61fc6c017539 Mon Sep 17 00:00:00 2001 From: David Huang Date: Mon, 21 Sep 2020 14:22:08 +0800 Subject: juniper: Change default battery to AP16L5J Set AP16L5J as default battery. BUG=b:168269608 BRANCH=master TEST=make buildall is success. Signed-off-by: David Huang Change-Id: Ie1a1b655e78cd5ec57cd2eb9e4db389d781fa305 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2419736 Reviewed-by: Ting Shen Commit-Queue: Ting Shen --- board/jacuzzi/battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/jacuzzi') diff --git a/board/jacuzzi/battery.c b/board/jacuzzi/battery.c index af404c4429..443bf1e98a 100644 --- a/board/jacuzzi/battery.c +++ b/board/jacuzzi/battery.c @@ -120,7 +120,7 @@ const struct board_batt_params board_battery_info[] = { }; BUILD_ASSERT(ARRAY_SIZE(board_battery_info) == BATTERY_TYPE_COUNT); -const enum battery_type DEFAULT_BATTERY_TYPE = BATTERY_PANASONIC_AC15A3J; +const enum battery_type DEFAULT_BATTERY_TYPE = BATTERY_PANASONIC_AC16L5J_KT00205009; enum battery_present battery_hw_present(void) { -- cgit v1.2.1