[coreboot-gerrit] New patch to review for coreboot: soc/intel/appollolake: fix comment

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Thu Feb 25 02:11:04 CET 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13789

-gerrit

commit e7984c08e3a338896141effda73e8a9aa0326d46
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Feb 24 12:59:20 2016 -0600

    soc/intel/appollolake: fix comment
    
    GPIO_187 is the beginning of the Northwest community pads.
    
    Signed-off-by Aaron Durbin <adurbin at chormium.org>
    
    Change-Id: I5565ecf534530144e80c65d886db11b53f38f935
---
 src/soc/intel/apollolake/include/soc/gpio_defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/apollolake/include/soc/gpio_defs.h b/src/soc/intel/apollolake/include/soc/gpio_defs.h
index 6a9863d..50f1fc2 100644
--- a/src/soc/intel/apollolake/include/soc/gpio_defs.h
+++ b/src/soc/intel/apollolake/include/soc/gpio_defs.h
@@ -147,7 +147,7 @@
 #define SVID0_DATA			76
 #define SVID0_CLK			77
 
-/* North community pads */
+/* Northwest community pads */
 #define GPIO_187			78
 #define GPIO_188			79
 #define GPIO_189			80



More information about the coreboot-gerrit mailing list