diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-03-12 12:54:45 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-15 06:00:10 +0000 |
commit | 0b39379c9c85d693b74ae7e954298bc4760285f3 (patch) | |
tree | 5ae80b57b8c2f3a6ae8a2f85dce996170cc52f8c /src/southbridge/intel | |
parent | ae5ab1826ac404aedf807ff71b769334b89e92f2 (diff) |
sb/intel/lynxpoint: Replace HPET_ADDR
The `HPET_ADDRESS` Kconfig option has the same value. Use it instead.
Change-Id: I268e949d4396aa20e38f719b36cc4e6226efe082
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49743
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/lynxpoint/pch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/lynxpoint/pch.h b/src/southbridge/intel/lynxpoint/pch.h index 9c6a668214..000d159e27 100644 --- a/src/southbridge/intel/lynxpoint/pch.h +++ b/src/southbridge/intel/lynxpoint/pch.h @@ -63,8 +63,6 @@ #define DEFAULT_GPIOSIZE 0x80 #endif -#define HPET_ADDR 0xfed00000 - #include <southbridge/intel/common/rcba.h> #ifndef __ACPI__ |