diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-02-23 22:34:23 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-25 17:42:31 +0000 |
commit | 46a3a044adfc8ec15faafd529e27c718754861c3 (patch) | |
tree | a9006e4a57fba5e7fd20ba806f42280983583172 /src/soc | |
parent | 4e03727e63b1af7f5bdb9df42f40801052c6a11d (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/baytrail/include/soc/iomap.h | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/include/soc/iomap.h | 1 |
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 7b635e752c..b5bea50007 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 efa44a458a..65fe4ac0bd 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 |