summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/emeraldlake2/chromeos.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-03-27 18:26:28 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-03-28 06:43:21 +0000
commit1d94849e743806caf313fac701f65c49c97e351d (patch)
tree52f676e9c4bbf1f8183d69fcbf88cd330884a3a0 /src/mainboard/intel/emeraldlake2/chromeos.c
parentf84c103825e6999138bf97ce199657c6416ae226 (diff)
downloadcoreboot-1d94849e743806caf313fac701f65c49c97e351d.tar.gz
coreboot-1d94849e743806caf313fac701f65c49c97e351d.tar.bz2
coreboot-1d94849e743806caf313fac701f65c49c97e351d.zip
chromeos: remove remaining dev switch references
As part of chromium:942901, physical dev switch functionality is being deprecated. Remove remaining references as well as helper macros. BUG=chromium:942901 TEST=Build locally TEST=make clean && make test-abuild BRANCH=none Change-Id: Ib4eec083eb76d41b47685701f9394c684ddc6b37 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32064 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/intel/emeraldlake2/chromeos.c')
-rw-r--r--src/mainboard/intel/emeraldlake2/chromeos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/emeraldlake2/chromeos.c b/src/mainboard/intel/emeraldlake2/chromeos.c
index 9fae82211fe9..aa0d9aad1b8c 100644
--- a/src/mainboard/intel/emeraldlake2/chromeos.c
+++ b/src/mainboard/intel/emeraldlake2/chromeos.c
@@ -62,7 +62,6 @@ int get_write_protect_state(void)
static const struct cros_gpio cros_gpios[] = {
CROS_GPIO_REC_AL(22, CROS_GPIO_DEVICE_NAME),
- CROS_GPIO_DEV_AH(57, CROS_GPIO_DEVICE_NAME),
CROS_GPIO_WP_AL(48, CROS_GPIO_DEVICE_NAME),
};