summaryrefslogtreecommitdiff
path: root/baseboard/zork/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/zork/baseboard.c')
-rw-r--r--baseboard/zork/baseboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/baseboard/zork/baseboard.c b/baseboard/zork/baseboard.c
index ac350d8cce..27286d72ab 100644
--- a/baseboard/zork/baseboard.c
+++ b/baseboard/zork/baseboard.c
@@ -909,21 +909,18 @@ const struct temp_sensor_t temp_sensors[] = {
.type = TEMP_SENSOR_TYPE_BOARD,
.read = board_get_temp,
.idx = TEMP_SENSOR_CHARGER,
- .action_delay_sec = 1,
},
[TEMP_SENSOR_SOC] = {
.name = "SOC",
.type = TEMP_SENSOR_TYPE_BOARD,
.read = board_get_temp,
.idx = TEMP_SENSOR_SOC,
- .action_delay_sec = 5,
},
[TEMP_SENSOR_CPU] = {
.name = "CPU",
.type = TEMP_SENSOR_TYPE_CPU,
.read = sb_tsi_get_val,
.idx = 0,
- .action_delay_sec = 4,
},
};
BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);