summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYung Leem <yungleem@chromium.org>2013-12-04 17:41:13 +0000
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-12-04 17:42:55 +0000
commit75d6bd8586eaff7c420a2d0c1cf368cca70723ab (patch)
treea458edbc08a777159d77264e4ec594a68eedb632
parent17b6be8d99103aea00ad3823574c8c59bc642f3f (diff)
downloadchrome-ec-75d6bd8586eaff7c420a2d0c1cf368cca70723ab.tar.gz
Revert "Modify thermal table for leon"
This reverts commit 17b6be8d99103aea00ad3823574c8c59bc642f3f. Reverting to build official firmware only with bmpblk change. Change-Id: If022507e2bc02528602bda797c0c4d841f9f7a92 Reviewed-on: https://chromium-review.googlesource.com/178723 Reviewed-by: Yung Leem <yungleem@chromium.org> Commit-Queue: Yung Leem <yungleem@chromium.org> Tested-by: Yung Leem <yungleem@chromium.org>
-rw-r--r--common/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/thermal.c b/common/thermal.c
index 03c738e2b3..538b2ed340 100644
--- a/common/thermal.c
+++ b/common/thermal.c
@@ -74,7 +74,7 @@ test_export_static struct thermal_config_t
{THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL} },
};
test_export_static const int fan_speed[THERMAL_FAN_STEPS + 1] =
- {0, 3000, 3400, 3800, 4200, 5000, 5700, -1};
+ {0, 2700, 3000, 3400, 4200, 5000, 5700, -1};
#endif
#ifdef BOARD_host /* for testing */ /* DON'T DO THIS */
test_export_static struct thermal_config_t