summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2019-05-20 13:00:01 -0700
committerCommit Bot <commit-bot@chromium.org>2019-05-24 01:34:39 +0000
commit27054ef1d36d8995ba3f98a1541aedbd05b250ae (patch)
treeb41c5435f07be6fde2840d0282a6608498a74036
parentbec7b340890d79f0620073d291c4943879cf680b (diff)
downloadchrome-ec-27054ef1d36d8995ba3f98a1541aedbd05b250ae.tar.gz
Revert "nautilus: Reduce FIFO size to 256 to pass cts.SensorBatchingTests"
This reverts commit a948e0e1d3c97c3e59ef45dc5767c69a1bd2254a. This change is not needed since the proper fix is in Sensor HAL. BUG=b:123099878,b:124391215 TEST=Test CTS on nautilus BRANCH=poppy Change-Id: Ief0367c0e628d50ed24c13b22937c32d81ceb18f Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1621256 Reviewed-by: Enrico Granata <egranata@chromium.org>
-rw-r--r--board/nautilus/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nautilus/board.h b/board/nautilus/board.h
index 821c5e4ec5..bf81ae92fd 100644
--- a/board/nautilus/board.h
+++ b/board/nautilus/board.h
@@ -138,7 +138,7 @@
#define CONFIG_EC_MAX_SENSOR_FREQ_MILLIHZ 100000
/* FIFO size is in power of 2. */
-#define CONFIG_ACCEL_FIFO 256
+#define CONFIG_ACCEL_FIFO 512
/* Depends on how fast the AP boots and typical ODRs */
#define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO / 3)