aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/ec_spi.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-20 21:23:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-29 09:12:47 +0000
commit95b3f286a83b5433ec08499cc4a4d83943c546c1 (patch)
treed60fc8c57ac2a91e4093c530c4d581740109fa82 /src/ec/google/chromeec/ec_spi.c
parentdba22d2f9d309df0857159a22110339b04cd43cb (diff)
ec/google/chromeec: Drop CAR_GLOBAL_MIGRATION support
Change-Id: I09bca1897920871a6b29c25dc2bad94a8061da29 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37038 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/google/chromeec/ec_spi.c')
-rw-r--r--src/ec/google/chromeec/ec_spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ec/google/chromeec/ec_spi.c b/src/ec/google/chromeec/ec_spi.c
index c47d419647..84a605bf9c 100644
--- a/src/ec/google/chromeec/ec_spi.c
+++ b/src/ec/google/chromeec/ec_spi.c
@@ -20,8 +20,6 @@
#include <spi-generic.h>
#include <timer.h>
-/* This is assuming that this driver is not used on x86. If that changes, this
- might need to become a CAR_GLOBAL or maybe even more complicated. */
static struct stopwatch cs_cooldown_sw;
static const long cs_cooldown_us = 200;