summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/pi/hudson/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/pi/hudson/reset.c')
-rw-r--r--src/southbridge/amd/pi/hudson/reset.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/pi/hudson/reset.c b/src/southbridge/amd/pi/hudson/reset.c
index 67c19254c6a9..48751a4e643c 100644
--- a/src/southbridge/amd/pi/hudson/reset.c
+++ b/src/southbridge/amd/pi/hudson/reset.c
@@ -7,10 +7,10 @@
#include <cf9_reset.h>
#include <reset.h>
-#define HT_INIT_CONTROL 0x6c
-#define HTIC_ColdR_Detect (1<<4)
-#define HTIC_BIOSR_Detect (1<<5)
-#define HTIC_INIT_Detect (1<<6)
+#define HT_INIT_CONTROL 0x6c
+#define HTIC_ColdR_Detect (1<<4)
+#define HTIC_BIOSR_Detect (1<<5)
+#define HTIC_INIT_Detect (1<<6)
void cf9_reset_prepare(void)
{