summaryrefslogtreecommitdiff
path: root/board/eldrid
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-07-19 16:58:40 -0600
committerCommit Bot <commit-bot@chromium.org>2020-08-20 20:16:18 +0000
commit06f584a8b508e881680c222498702f5148330a3f (patch)
tree268348c95a6cf27ab970ec3cce273c4b7a8b1e87 /board/eldrid
parent049b77cf3749acf629e9c3c74650e0f92399f64c (diff)
downloadchrome-ec-06f584a8b508e881680c222498702f5148330a3f.tar.gz
bmi260: move BMI260 init file into .init.rom section
Increases Volteer RO and RW flash spaces by 7088 bytes each. This is the net gain after including the init_rom layer. BUG=b:160330682 BRANCH=none TEST=make buildall TEST=On volteer run "ectool motionsense" and "ectool motionsense lid_angle". Verify both RO and RW images. TEST=Program RO image with predecessor CL:2311268. Program this CL into AP firmware image and verify EC software sync updates to RW image. TEST=Verify BMI260 operation with CONFIG_CHIP_INIT_ROM_REGION disabled using volteer_tcpmv1 board. Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I6849b6c9e96756266528b39ab5e53268dce2a13c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2311756 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/eldrid')
-rw-r--r--board/eldrid/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/eldrid/board.h b/board/eldrid/board.h
index 10263e77b4..d2923c440e 100644
--- a/board/eldrid/board.h
+++ b/board/eldrid/board.h
@@ -45,7 +45,6 @@
/* BMI260 accel/gyro in base */
#define CONFIG_ACCELGYRO_BMI260
-#define CONFIG_ACCELGYRO_BMI160_COMPRESSED_CONFIG
#define CONFIG_ACCELGYRO_BMI260_INT_EVENT \
TASK_EVENT_MOTION_SENSOR_INTERRUPT(BASE_ACCEL)