summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-10-21 12:36:11 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-22 01:13:16 +0000
commit06133e98d87953c9bb58c2639296037b10502972 (patch)
treedff718bead6372f6aec0a41ef0dd07b5a8d6c038
parent8e13fec4b85a1637ac1ca2bbde90a248f1ef1d67 (diff)
downloadchrome-ec-06133e98d87953c9bb58c2639296037b10502972.tar.gz
cleanup: Remove battery temperature fixmes for falco and slippy
Falco has shipped, so those numbers are evidently good enough. Slippy is not being developed and won't be fixed. Simply note that numbers are estimates. Comment changes only; no code changes. BUG=chrome-os-partner:18343 BRANCH=none TEST=build falco and slippy. Change-Id: I064896235626af8a5b7214b410908bba91434f7f Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/173911 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--board/falco/battery.c1
-rw-r--r--board/slippy/battery.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/board/falco/battery.c b/board/falco/battery.c
index 9acac12c7b..ea8e718110 100644
--- a/board/falco/battery.c
+++ b/board/falco/battery.c
@@ -11,7 +11,6 @@
#define SB_SHIP_MODE_DATA 0x0010
-/* FIXME: We need REAL values for all this stuff */
const struct battery_temperature_ranges bat_temp_ranges = {
.start_charging_min_c = 0,
.start_charging_max_c = 45,
diff --git a/board/slippy/battery.c b/board/slippy/battery.c
index 27bb494343..1e2671bb97 100644
--- a/board/slippy/battery.c
+++ b/board/slippy/battery.c
@@ -8,7 +8,7 @@
#include "battery.h"
#include "gpio.h"
-/* FIXME: We need REAL values for all this stuff */
+/* Reasonable temperature thresholds, since we didn't get vendor data */
const struct battery_temperature_ranges bat_temp_ranges = {
.start_charging_min_c = 0,
.start_charging_max_c = 50,