From aab7f0490419c50a1bcb58a0657a5a8224b21c6d Mon Sep 17 00:00:00 2001 From: Fred Reitberger Date: Thu, 3 Nov 2022 15:26:47 -0400 Subject: soc/amd/*/data_fabric: Use common device ops Use the common device ops instead of an soc-specific device ops. TEST=builds for each soc Signed-off-by: Fred Reitberger Change-Id: I1804200c3c3f5ab492d237f4b03484c383862caf Reviewed-on: https://review.coreboot.org/c/coreboot/+/69174 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/mendocino/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/amd/mendocino/Makefile.inc') diff --git a/src/soc/amd/mendocino/Makefile.inc b/src/soc/amd/mendocino/Makefile.inc index 44a0e29149..e1dda83870 100644 --- a/src/soc/amd/mendocino/Makefile.inc +++ b/src/soc/amd/mendocino/Makefile.inc @@ -34,7 +34,6 @@ ramstage-y += acpi.c ramstage-y += agesa_acpi.c ramstage-y += chip.c ramstage-y += cpu.c -ramstage-y += data_fabric.c ramstage-y += fch.c ramstage-y += fsp_s_params.c ramstage-y += gpio.c -- cgit v1.2.3