From a4cd9117daee91ab4ffb8ab6e8d7d62142920585 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 19 Feb 2021 19:23:38 +0100 Subject: soc/intel: Factor out common smmrelocate.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are seven identical copies of the same file. One is enough. Change-Id: I68c023029ec45ecfaab0e756fce774674bb02871 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50937 Reviewed-by: Michael Niewöhner Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/soc/intel/icelake/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/icelake/Makefile.inc') diff --git a/src/soc/intel/icelake/Makefile.inc b/src/soc/intel/icelake/Makefile.inc index 05e11f2e32..a48dbbb0b4 100644 --- a/src/soc/intel/icelake/Makefile.inc +++ b/src/soc/intel/icelake/Makefile.inc @@ -38,7 +38,6 @@ ramstage-y += lockdown.c ramstage-y += p2sb.c ramstage-y += pmc.c ramstage-y += reset.c -ramstage-y += smmrelocate.c ramstage-y += systemagent.c ramstage-y += sd.c ramstage-y += me.c -- cgit v1.2.3