diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-09-15 14:31:54 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-09-25 19:40:59 +0000 |
commit | 9c2d15ff7f9d3a64b3a4d0f22aa783e78e17545c (patch) | |
tree | 9eabc41e9cc7d35bacba62c209a211f7f112901b | |
parent | 3378de12f63e8f5a2e0db1c13261fdc62804ba5f (diff) |
nb/intel/gm45: Drop unused `DEFAULT_HECIBAR` macro
Change-Id: I9e074689cd5a11d58b788b789654f3a3beb83a65
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45433
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r-- | src/northbridge/intel/gm45/gm45.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/gm45/gm45.h b/src/northbridge/intel/gm45/gm45.h index 6f8d53cb7d..e4aff393e9 100644 --- a/src/northbridge/intel/gm45/gm45.h +++ b/src/northbridge/intel/gm45/gm45.h @@ -173,7 +173,6 @@ enum { #define DEFAULT_MCHBAR 0xfed14000 #define DEFAULT_DMIBAR 0xfed18000 #define DEFAULT_EPBAR 0xfed19000 -#define DEFAULT_HECIBAR ((u8 *)0xfed1a000) #define IOMMU_BASE1 0xfed90000 #define IOMMU_BASE2 0xfed91000 |