summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 5cc35c0792e0..b1b8b0d1c882 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 d9865786b6e3..cf9b532f8805 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 aad8ac685016..4fd80fc052e9 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 */