soc/intel/elkhartlake: Fix gpio_soc_defs.h variable typo

Fix GPIO_COM2_END from GPIO_RSVD_2 to GPIO_RSVD_12.

Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
Change-Id: I670f4bec8f141da73428010371754746a455df25
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55334
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Lean Sheng Tan 2021-06-08 21:35:37 -07:00 committed by Werner Zeh
parent 79fcadb3c4
commit b89832ac6a

View file

@ -256,7 +256,7 @@
#define GPIO_RSVD_12 196
#define GPIO_COM2_START GPD0
#define GPIO_COM2_END GPIO_RSVD_2
#define GPIO_COM2_END GPIO_RSVD_12
#define NUM_GPIO_COM2_PADS (GPIO_COM2_END - GPIO_COM2_START + 1)
/* Group S */