summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/mca.c
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-05-07 15:16:15 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-05-13 08:36:05 +0000
commitcd39a41278cbe895a1c34a264f5da20226537893 (patch)
treeb2787040f51ed65cb9bc45b2fa1d5c17681edd70 /src/soc/amd/picasso/mca.c
parent4c7e0d734f198d05f668d3a28fd8362f7382b02c (diff)
downloadcoreboot-cd39a41278cbe895a1c34a264f5da20226537893.tar.gz
coreboot-cd39a41278cbe895a1c34a264f5da20226537893.tar.bz2
coreboot-cd39a41278cbe895a1c34a264f5da20226537893.zip
soc/amd/picasso: Extract reset flags from northbridge.h
These are not northbridge functions. BUG=b:147042464 Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Ia9e7d4c7554788a9fdbfdb90e6ead60060cc4c30 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41264 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/mca.c')
-rw-r--r--src/soc/amd/picasso/mca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c
index 35a953c492d8..cea1c5130183 100644
--- a/src/soc/amd/picasso/mca.c
+++ b/src/soc/amd/picasso/mca.c
@@ -3,7 +3,7 @@
#include <cpu/x86/msr.h>
#include <acpi/acpi.h>
#include <soc/cpu.h>
-#include <soc/northbridge.h>
+#include <soc/reset.h>
#include <console/console.h>
#include <arch/bert_storage.h>
#include <cper.h>