summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/tco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/common/tco.h')
-rw-r--r--src/southbridge/intel/common/tco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/tco.h b/src/southbridge/intel/common/tco.h
index 168971e431..5bf386f1c2 100644
--- a/src/southbridge/intel/common/tco.h
+++ b/src/southbridge/intel/common/tco.h
@@ -13,7 +13,7 @@
#define PMBASE_TCO_OFFSET 0x60
#define TCO1_STS 0x04
-#define TCO1_TIMEOUT (1 << 3)
+#define TCO_TIMEOUT (1 << 3)
#define TCO2_STS 0x06
#define TCO2_STS_SECOND_TO (1 << 1)
#define TCO1_CNT 0x08