From 27054ef1d36d8995ba3f98a1541aedbd05b250ae Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Mon, 20 May 2019 13:00:01 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1621256 Reviewed-by: Enrico Granata --- board/nautilus/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1