diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-17 03:14:28 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-17 03:14:28 +0000 |
commit | b319b1778c0546d9fc0777ccb9a0b82291b5a60e (patch) | |
tree | 34ab4f815d0e0136cfc15a051fc7683fc1bce77f /src/southbridge/intel/i82801ex | |
parent | d4e77df5797361db39058f478ee300e9638435f9 (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/i82801ex')
-rw-r--r-- | src/southbridge/intel/i82801ex/i82801ex_lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801ex/i82801ex_lpc.c b/src/southbridge/intel/i82801ex/i82801ex_lpc.c index 39e5343fd9..a8b48ae454 100644 --- a/src/southbridge/intel/i82801ex/i82801ex_lpc.c +++ b/src/southbridge/intel/i82801ex/i82801ex_lpc.c @@ -214,7 +214,7 @@ static void i82801ex_gpio_init(device_t dev) static void enable_hpet(struct device *dev) { -const unsigned long hpet_address = 0xfed0000; + const unsigned long hpet_address = 0xfed00000; uint32_t dword; uint32_t code = (0 & 0x3); |