diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-14 14:01:55 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-16 08:07:52 +0000 |
commit | c4b3903361c4d13242850e99cc382e101f70dccb (patch) | |
tree | c9ae4472a2a78a435312f62dd45ab4662aa15f8c /src/soc/intel/tigerlake | |
parent | 4ef37ae68d14e91eca5ca08fe4b7b9df970e1fbe (diff) |
soc/intel: Drop aliases on MMCONF_BASE_ADDRESS
Change-Id: I5ba60c1d8c314d37b4ef71c4613e6e0629da8149
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50662
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r-- | src/soc/intel/tigerlake/include/soc/iomap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/tigerlake/include/soc/iomap.h b/src/soc/intel/tigerlake/include/soc/iomap.h index 6fa29d30cc..cdd370b6c1 100644 --- a/src/soc/intel/tigerlake/include/soc/iomap.h +++ b/src/soc/intel/tigerlake/include/soc/iomap.h @@ -12,9 +12,6 @@ /* * Memory-mapped I/O registers. */ -#define MCFG_BASE_ADDRESS CONFIG_MMCONF_BASE_ADDRESS -#define MCFG_BASE_SIZE 0x4000000 - #define PCH_PRESERVED_BASE_ADDRESS 0xfc800000 #define PCH_PRESERVED_BASE_SIZE 0x02000000 |