[coreboot-gerrit] Change in coreboot[master]: southbridge/pi/hudson: Fix GPIO bank1 control definition

Marshall Dawson (Code Review) gerrit at coreboot.org
Tue Jul 11 02:40:54 CEST 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/20527


Change subject: southbridge/pi/hudson: Fix GPIO bank1 control definition
......................................................................

southbridge/pi/hudson: Fix GPIO bank1 control definition

Change-Id: I3ef3ea3ea22faa0152d99923da2e57517ab3d0be
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/southbridge/amd/pi/hudson/gpio.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/20527/1

diff --git a/src/southbridge/amd/pi/hudson/gpio.h b/src/southbridge/amd/pi/hudson/gpio.h
index 3863ed2..4aa8119 100644
--- a/src/southbridge/amd/pi/hudson/gpio.h
+++ b/src/southbridge/amd/pi/hudson/gpio.h
@@ -59,7 +59,7 @@
 #define   GPIO_42	(GPIO_BANK0_CONTROL + 0xA8)
 
 /* GPIO_64 - GPIO_127 */
-#define GPIO_BANK1 (CONTROL AMD_SB_ACPI_MMIO_ADDR + 0x1600)
+#define GPIO_BANK1_CONTROL (CONTROL AMD_SB_ACPI_MMIO_ADDR + 0x1600)
 #define   GPIO_64	(GPIO_BANK1_CONTROL + 0x00)
 #define   GPIO_65	(GPIO_BANK1_CONTROL + 0x04)
 #define   GPIO_66	(GPIO_BANK1_CONTROL + 0x08)

-- 
To view, visit https://review.coreboot.org/20527
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ef3ea3ea22faa0152d99923da2e57517ab3d0be
Gerrit-Change-Number: 20527
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170711/3561fcc3/attachment.html>


More information about the coreboot-gerrit mailing list