summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-02-23 22:34:23 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-25 17:42:31 +0000
commit46a3a044adfc8ec15faafd529e27c718754861c3 (patch)
treea9006e4a57fba5e7fd20ba806f42280983583172
parent4e03727e63b1af7f5bdb9df42f40801052c6a11d (diff)
downloadcoreboot-46a3a044adfc8ec15faafd529e27c718754861c3.tar.gz
coreboot-46a3a044adfc8ec15faafd529e27c718754861c3.tar.bz2
coreboot-46a3a044adfc8ec15faafd529e27c718754861c3.zip
soc/intel/baytrail,braswell/include/iomap: drop unused HPET_BASE_SIZE
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I875916488a99af768d087691549a93f6fd5169ea Reviewed-on: https://review.coreboot.org/c/coreboot/+/62303 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/soc/intel/baytrail/include/soc/iomap.h1
-rw-r--r--src/soc/intel/braswell/include/soc/iomap.h1
2 files changed, 0 insertions, 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