diff options
author | Raul E Rangel <rrangel@chromium.org> | 2020-05-07 14:25:09 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-13 08:35:43 +0000 |
commit | 4bb9c5955843bba0491a18becc2a5a394264eaf9 (patch) | |
tree | 9390fdfa484049b41c95a6ec11bdefe1272bf2ff /src/soc | |
parent | 2fc0cf66a4bd5a3baf46620eacba35bcd8e155a1 (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/common/block/psp/psp.c | 1 | ||||
-rw-r--r-- | src/soc/amd/common/block/psp/psp_gen2.c | 1 | ||||
-rw-r--r-- | src/soc/amd/common/block/psp/psp_smm.c | 1 |
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 */ |