aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801bx
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-17 03:14:28 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-17 03:14:28 +0000
commitb319b1778c0546d9fc0777ccb9a0b82291b5a60e (patch)
tree34ab4f815d0e0136cfc15a051fc7683fc1bce77f /src/southbridge/intel/i82801bx
parentd4e77df5797361db39058f478ee300e9638435f9 (diff)
fix HPET base addressed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5241 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82801bx')
-rw-r--r--src/southbridge/intel/i82801bx/i82801bx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801bx/i82801bx.h b/src/southbridge/intel/i82801bx/i82801bx.h
index 9705beed36..6d77f81985 100644
--- a/src/southbridge/intel/i82801bx/i82801bx.h
+++ b/src/southbridge/intel/i82801bx/i82801bx.h
@@ -115,7 +115,7 @@ extern void i82801bx_enable(device_t dev);
#define SMBUS_TIMEOUT (10 * 1000 * 100)
/* HPET, if present */
-#define HPET_ADDR 0xfed0000
+#define HPET_ADDR 0xfed00000
#endif /* SOUTHBRIDGE_INTEL_I82801BX_I82801BX_H */