summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-05-07 14:25:09 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-05-13 08:35:43 +0000
commit4bb9c5955843bba0491a18becc2a5a394264eaf9 (patch)
tree9390fdfa484049b41c95a6ec11bdefe1272bf2ff
parent2fc0cf66a4bd5a3baf46620eacba35bcd8e155a1 (diff)
downloadcoreboot-4bb9c5955843bba0491a18becc2a5a394264eaf9.tar.xz
soc/amd/common/block/psp: Remove unused northbridge header
BUG=b:147042464 TEST=Build trembyle Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I5df618f69a7dcca47b9733efb3699b37fd171e90 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41261 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/amd/common/block/psp/psp.c1
-rw-r--r--src/soc/amd/common/block/psp/psp_gen2.c1
-rw-r--r--src/soc/amd/common/block/psp/psp_smm.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/psp/psp.c b/src/soc/amd/common/block/psp/psp.c
index 5cc35c0792..b1b8b0d1c8 100644
--- a/src/soc/amd/common/block/psp/psp.c
+++ b/src/soc/amd/common/block/psp/psp.c
@@ -7,7 +7,6 @@
#include <console/console.h>
#include <amdblocks/psp.h>
#include <soc/iomap.h>
-#include <soc/northbridge.h>
#include "psp_def.h"
static const char *psp_status_nobase = "error: PSP BAR3 not assigned";
diff --git a/src/soc/amd/common/block/psp/psp_gen2.c b/src/soc/amd/common/block/psp/psp_gen2.c
index d9865786b6..cf9b532f88 100644
--- a/src/soc/amd/common/block/psp/psp_gen2.c
+++ b/src/soc/amd/common/block/psp/psp_gen2.c
@@ -5,7 +5,6 @@
#include <bootstate.h>
#include <amdblocks/psp.h>
#include <soc/iomap.h>
-#include <soc/northbridge.h>
#include "psp_def.h"
static u16 rd_mbox_sts(struct pspv2_mbox *mbox)
diff --git a/src/soc/amd/common/block/psp/psp_smm.c b/src/soc/amd/common/block/psp/psp_smm.c
index aad8ac6850..4fd80fc052 100644
--- a/src/soc/amd/common/block/psp/psp_smm.c
+++ b/src/soc/amd/common/block/psp/psp_smm.c
@@ -11,7 +11,6 @@
#include <console/console.h>
#include <amdblocks/psp.h>
#include <soc/iomap.h>
-#include <soc/northbridge.h>
#include "psp_def.h"
#define C2P_BUFFER_MAXSIZE 0xc00 /* Core-to-PSP buffer */