summaryrefslogtreecommitdiff
path: root/baseboard/grunt/baseboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/grunt/baseboard.h')
-rw-r--r--baseboard/grunt/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/grunt/baseboard.h b/baseboard/grunt/baseboard.h
index e5e3a681c1..10af2e8633 100644
--- a/baseboard/grunt/baseboard.h
+++ b/baseboard/grunt/baseboard.h
@@ -178,7 +178,7 @@
#define CONFIG_TEMP_SENSOR_SB_TSI
/* FIFO size is a power of 2. */
-#define CONFIG_ACCEL_FIFO 1024 /* TODO(teravest): Check this value. */
+#define CONFIG_ACCEL_FIFO 256
/* Depends on how fast the AP boots and typical ODRs. */
#define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO / 3)