summaryrefslogtreecommitdiff
path: root/board/mchpevb1/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mchpevb1/board.c')
-rw-r--r--board/mchpevb1/board.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/mchpevb1/board.c b/board/mchpevb1/board.c
index 169a059a15..33cb8a48ae 100644
--- a/board/mchpevb1/board.c
+++ b/board/mchpevb1/board.c
@@ -440,8 +440,7 @@ const struct temp_sensor_t temp_sensors[] = {
BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
#else /* mec1701_evb test I2C and EC ADC */
/*
- * battery charge_get_battery_temp requires CONFIG_CHARGER_V2 and
- * charger task running.
+ * battery charge_get_battery_temp requires charger task running.
* OR can we call into driver/battery/smart.c
* int sb_read(int cmd, int *param)
* sb_read(SB_TEMPERATURE, &batt_new.temperature)