From 46a3a044adfc8ec15faafd529e27c718754861c3 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 23 Feb 2022 22:34:23 +0100 Subject: soc/intel/baytrail,braswell/include/iomap: drop unused HPET_BASE_SIZE Signed-off-by: Felix Held Change-Id: I875916488a99af768d087691549a93f6fd5169ea Reviewed-on: https://review.coreboot.org/c/coreboot/+/62303 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/soc/intel/baytrail/include/soc/iomap.h | 1 - src/soc/intel/braswell/include/soc/iomap.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/soc/intel/baytrail/include/soc/iomap.h b/src/soc/intel/baytrail/include/soc/iomap.h index 7b635e752c3a..b5bea5000721 100644 --- a/src/soc/intel/baytrail/include/soc/iomap.h +++ b/src/soc/intel/baytrail/include/soc/iomap.h @@ -44,7 +44,6 @@ /* High Performance Event Timer */ #define HPET_BASE_ADDRESS 0xfed00000 -#define HPET_BASE_SIZE 0x400 /* Temporary Base Address */ #define TEMP_BASE_ADDRESS 0xfd000000 diff --git a/src/soc/intel/braswell/include/soc/iomap.h b/src/soc/intel/braswell/include/soc/iomap.h index efa44a458a9a..65fe4ac0bde5 100644 --- a/src/soc/intel/braswell/include/soc/iomap.h +++ b/src/soc/intel/braswell/include/soc/iomap.h @@ -45,7 +45,6 @@ /* High Performance Event Timer */ #define HPET_BASE_ADDRESS 0xfed00000 -#define HPET_BASE_SIZE 0x400 /* Temporary Base Address */ #define TEMP_BASE_ADDRESS 0xfd000000 -- cgit v1.2.3