mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 21:02:27 +00:00
Since Reef was the starting point for /board/coral, coral inherited support for both the BMI150 magnetometer and BMI280 barometer sensors. Coral does not need to support either of these sensors. This CL removes support for both of these sensors. BUG=b:62519010 BRANCH=none TEST=Manual Run 'make BOARD=coral' and verify it builds. Used accelinfo EC console command to verify that other sensor readings are working. My test setup does not have ALS sensor so couldn't confirm that operation. Change-Id: I75abe2f10c8f0ff318f4795e6b88c9aff3d8a9ad Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/530448 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>