From 7e9654aa71549edaace5c823944b53f5fda77e4c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 7 Jul 2020 23:42:20 +0200 Subject: mb/intel/glkrvp: Drop dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This code is not even being build-tested. Drop it before it grows moss. Change-Id: I6948a0b9a6b699cb44e3e02d9e134180bac2fa14 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/43239 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/mainboard/intel/glkrvp/variants/baseboard/gpio.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mainboard/intel/glkrvp/variants/baseboard/gpio.c') diff --git a/src/mainboard/intel/glkrvp/variants/baseboard/gpio.c b/src/mainboard/intel/glkrvp/variants/baseboard/gpio.c index 118b49ebce..56df526056 100644 --- a/src/mainboard/intel/glkrvp/variants/baseboard/gpio.c +++ b/src/mainboard/intel/glkrvp/variants/baseboard/gpio.c @@ -247,10 +247,6 @@ variant_early_gpio_table(size_t *num) /* GPIO settings before entering sleep. */ static const struct pad_config sleep_gpio_table[] = { -#if 0 - PAD_CFG_GPO(GPIO_150, 0, DEEP), /* NFC_RESET_ODL */ - PAD_CFG_GPI_APIC_LOW(GPIO_20, NONE, DEEP), /* NFC_INT_L */ -#endif }; const struct pad_config * __weak @@ -261,10 +257,6 @@ variant_sleep_gpio_table(size_t *num) } static const struct cros_gpio cros_gpios[] = { -#if 0 - CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE_NAME), - CROS_GPIO_WP_AH(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE_NAME), -#endif }; const struct cros_gpio * __weak variant_cros_gpios(size_t *num) -- cgit v1.2.3