Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30147
Change subject: soc/intel/cannonlake: Amend comment typo ......................................................................
soc/intel/cannonlake: Amend comment typo
Fix typo of "VGOIO" back to "VGPIO".
Signed-off-by: Lijian Zhao lijian.zhao@intel.com Change-Id: Ia2b7cb0e5fe2817acc3e3f4656b98dc2462b397f --- M src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/30147/1
diff --git a/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h b/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h index a1ce8c4..cb184c9 100644 --- a/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h +++ b/src/soc/intel/cannonlake/include/soc/gpio_soc_defs.h @@ -196,7 +196,7 @@ #define GPP_H21 138 #define GPP_H22 139 #define GPP_H23 140 -/* Group VGOIO */ +/* Group VGPIO */ #define GPIO_RSVD_13 141 #define GPIO_RSVD_14 142 #define GPIO_RSVD_15 143