From ad867f385c563c99872adc09cc3c81927331ab0b Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 20 Aug 2023 07:58:09 +0200 Subject: meteorlake/include/soc/iomap: Remove unused HPET_BASE_ADDRESS Remove unused HPET_BASE_ADDRESS. It is already defined at . Change-Id: I8c517283e56915873b8e1798571642fd9d8a5764 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/77325 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal Reviewed-by: Jakub Czapiga --- src/soc/intel/meteorlake/include/soc/iomap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc') 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 -- cgit v1.2.3