diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-08-20 07:58:09 +0200 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-08-21 08:16:45 +0000 |
commit | ad867f385c563c99872adc09cc3c81927331ab0b (patch) | |
tree | 2bf661b53ab7a9c3be1faa2a77a3168746d4e5c7 /src | |
parent | d14f0a04f431668f93b68ddb4dfd9ce6d2421886 (diff) |
meteorlake/include/soc/iomap: Remove unused HPET_BASE_ADDRESS
Remove unused HPET_BASE_ADDRESS.
It is already defined at <arch/hpet.h>.
Change-Id: I8c517283e56915873b8e1798571642fd9d8a5764
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/meteorlake/include/soc/iomap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/meteorlake/include/soc/iomap.h b/src/soc/intel/meteorlake/include/soc/iomap.h index 6903790626..742af482e3 100644 --- a/src/soc/intel/meteorlake/include/soc/iomap.h +++ b/src/soc/intel/meteorlake/include/soc/iomap.h @@ -23,8 +23,6 @@ #define EDRAM_BASE_ADDRESS 0xfed80000 #define EDRAM_BASE_SIZE 0x4000 -#define HPET_BASE_ADDRESS 0xfed00000 - #define IOE_PWRM_BASE_ADDRESS 0xfe400000 #define IOE_PWRM_BASE_SIZE 0x10000 |