summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-06-22 18:42:27 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-01 18:15:58 +0000
commitca18073861bcd8eb9f7b10d3919b3fdc4676ce14 (patch)
treefc77fae51b1f53cd3cabba7c4117a11728215fd6 /src
parent8308e2b9fa813e196b63eea02e54d77ab707652d (diff)
downloadcoreboot-ca18073861bcd8eb9f7b10d3919b3fdc4676ce14.tar.gz
coreboot-ca18073861bcd8eb9f7b10d3919b3fdc4676ce14.tar.bz2
coreboot-ca18073861bcd8eb9f7b10d3919b3fdc4676ce14.zip
nb/intel/ironlake: Drop copy-pasted and unused macro
Tested with BUILD_TIMELESS=1, packardbell/ms2290 remains identical. Change-Id: I78856707864563e392626a494f0e77eec9802002 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42702 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/intel/ironlake/finalize.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/ironlake/finalize.c b/src/northbridge/intel/ironlake/finalize.c
index 6e0844b6dcec..88bc98d2a299 100644
--- a/src/northbridge/intel/ironlake/finalize.c
+++ b/src/northbridge/intel/ironlake/finalize.c
@@ -2,8 +2,6 @@
#include "ironlake.h"
-#define PCI_DEV_SNB PCI_DEV(0, 0, 0)
-
void intel_ironlake_finalize_smm(void)
{
MCHBAR32_OR(0x5500, 1 << 0); /* PAVP */