From f479c85227f530e48d68cf00b9a4bf249bbc2945 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 19 Mar 2021 16:08:10 +0100 Subject: soc/intel: Drop unused `GPIO_NUM_GROUPS` macro This macro is unused and its value is often wrong. Drop it. Change-Id: Id3cfaa4d2eef49eddc02833efbe14e0c5c816263 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/51662 Reviewed-by: Subrata Banik Reviewed-by: Tim Wawrzynczak Reviewed-by: Furquan Shaikh Reviewed-by: EricR Lai Tested-by: build bot (Jenkins) --- src/soc/intel/jasperlake/include/soc/gpio_soc_defs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/jasperlake') diff --git a/src/soc/intel/jasperlake/include/soc/gpio_soc_defs.h b/src/soc/intel/jasperlake/include/soc/gpio_soc_defs.h index 25a0625842..6b11ac7b9d 100644 --- a/src/soc/intel/jasperlake/include/soc/gpio_soc_defs.h +++ b/src/soc/intel/jasperlake/include/soc/gpio_soc_defs.h @@ -22,7 +22,6 @@ #define GPP_GPD 0xA #define GPP_E 0xD -#define GPIO_NUM_GROUPS 12 #define GPIO_MAX_NUM_PER_GROUP 24 #define SD_PWR_EN_PIN GPP_H1 -- cgit v1.2.3