summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/buddy/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/buddy/board.c b/board/buddy/board.c
index ed750809d6..316e83a43f 100644
--- a/board/buddy/board.c
+++ b/board/buddy/board.c
@@ -92,7 +92,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
struct ec_thermal_config thermal_params[] = {
/* Only the AP affects the thermal limits and fan speed. */
{{C_TO_K(99), C_TO_K(100), C_TO_K(105)}, C_TO_K(70), C_TO_K(98)},
- {{0, 0, 0}, 0, 0},
+ {{0, 0, 0}, C_TO_K(56), C_TO_K(90)},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
};