From 50528281fb1a2e501cf074fa4503df4845d979ab Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 4 Aug 2021 20:15:34 +0200 Subject: soc/amd/*/include/soc/gpio: remove GPIO_2_EVENT commit de7262f82cdc1a7c868dbc9ca41e186e885eb2ba (soc/amd: remove special GPIO_2 override soc_gpio_hook) removed the workaround that needed those definitions, so remove the now unused GPIO_2_EVENT definitions. Signed-off-by: Felix Held Change-Id: I3f3e3061eade0e0cd25e2263451ccf6cefdc4ea4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56812 Reviewed-by: Jason Glenesk Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/include/soc/gpio.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/cezanne') diff --git a/src/soc/amd/cezanne/include/soc/gpio.h b/src/soc/amd/cezanne/include/soc/gpio.h index 9da6162290..b2e9817bb8 100644 --- a/src/soc/amd/cezanne/include/soc/gpio.h +++ b/src/soc/amd/cezanne/include/soc/gpio.h @@ -282,6 +282,4 @@ #define GPIO_148_IOMUX_I2C1_SDA 0 #define GPIO_148_IOMUX_GPIOxx 1 -#define GPIO_2_EVENT GEVENT_8 - #endif /* AMD_CEZANNE_GPIO_H */ -- cgit v1.2.3