summaryrefslogtreecommitdiff
path: root/board/jinlon/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/jinlon/board.c')
-rw-r--r--board/jinlon/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/jinlon/board.c b/board/jinlon/board.c
index 470ff37f65..c0022e970f 100644
--- a/board/jinlon/board.c
+++ b/board/jinlon/board.c
@@ -358,8 +358,6 @@ const static struct ec_thermal_config thermal_a = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(70),
};
const static struct ec_thermal_config thermal_b = {
@@ -373,8 +371,6 @@ const static struct ec_thermal_config thermal_b = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
[EC_TEMP_THRESH_HALT] = 0,
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(50),
};
struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT];