aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/glkrvp
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 23:42:20 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-09 23:47:42 +0000
commit7e9654aa71549edaace5c823944b53f5fda77e4c (patch)
tree01af104cc3d08ef468de710d11041d3655136dae /src/mainboard/intel/glkrvp
parentea1953f492e2ed80cd39f865e8320debf49324d0 (diff)
mb/intel/glkrvp: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I6948a0b9a6b699cb44e3e02d9e134180bac2fa14 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43239 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/mainboard/intel/glkrvp')
-rw-r--r--src/mainboard/intel/glkrvp/variants/baseboard/gpio.c8
1 files changed, 0 insertions, 8 deletions
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)