aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-01 10:22:34 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-10-26 06:53:18 +0000
commit0141f0d6b899d0f177cce5820a5fc7c6dad0c13d (patch)
tree691babe03f4bdd03ba8badbd72d642131f1d4186 /src/southbridge/amd/pi/hudson
parente61391738ff55243e14d1692dd4746d4345e63ce (diff)
sb/amd/*/*/smbus.h: Make 'smbus.h' uniform
Reformat 'smbus.h' files and add missing <stdint.h>. Change-Id: If78f483ca8ad2e3cffe60e22948dc8150cce3664 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45892 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'src/southbridge/amd/pi/hudson')
-rw-r--r--src/southbridge/amd/pi/hudson/smbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/pi/hudson/smbus.h b/src/southbridge/amd/pi/hudson/smbus.h
index 239891065d..96ff5748be 100644
--- a/src/southbridge/amd/pi/hudson/smbus.h
+++ b/src/southbridge/amd/pi/hudson/smbus.h
@@ -26,8 +26,8 @@
#define RC_INDXC 1
#define RC_INDXP 3
-#define AB_INDX 0xCD8
-#define AB_DATA (AB_INDX+4)
+#define AB_INDX 0xcd8
+#define AB_DATA (AB_INDX + 4)
/* Between 1-10 seconds, We should never timeout normally
* Longer than this is just painful when a timeout condition occurs.