summaryrefslogtreecommitdiff
path: root/src/soc/amd/mendocino/chip.c
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-10-31 14:18:20 -0400
committerFred Reitberger <reitbergerfred@gmail.com>2022-11-03 19:47:38 +0000
commit31e6298429f659361afc9e00fa7403731f1c0aad (patch)
tree6c107f44e5706653c42d4b5bfb08e89272f77f7d /src/soc/amd/mendocino/chip.c
parent3d0303a57c08bf8c56bb55885f6705680097bd27 (diff)
soc/amd/*/data_fabric: move data_fabric_set_mmio_np to common
The data_fabric_set_mmio_np function is effectively identical, so move it to common code. Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: I58e524a34a20e1c6f088feaf39d592b8d5efab58 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69067 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/mendocino/chip.c')
-rw-r--r--src/soc/amd/mendocino/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/mendocino/chip.c b/src/soc/amd/mendocino/chip.c
index 99e33ce3e7..83a485f271 100644
--- a/src/soc/amd/mendocino/chip.c
+++ b/src/soc/amd/mendocino/chip.c
@@ -2,13 +2,13 @@
/* TODO: Check if this is still correct */
+#include <amdblocks/data_fabric.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
#include <fsp/api.h>
#include <soc/acpi.h>
#include <soc/cpu.h>
-#include <soc/data_fabric.h>
#include <soc/pci_devs.h>
#include <soc/southbridge.h>
#include <types.h>