From 6366d92803fdd43882592263f70ad83114359c64 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 4 May 2016 09:00:13 -0500 Subject: {cpu,soc}/intel: remove unused smm_init() function There used to be a need for an empty smm_init() function because initialize_cpus() called it even though nothing called initialize_cpus(). However, garbage collection at link time is implemented so there's no reason to provide an empty function to satisfy a symbol that is completely culled during link. Remove it. Change-Id: Ic13c85f1d3d57e38e7132e4289a98a95829f765a Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/14605 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie Reviewed-by: Furquan Shaikh --- src/soc/intel/fsp_baytrail/placeholders.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/intel/fsp_baytrail') diff --git a/src/soc/intel/fsp_baytrail/placeholders.c b/src/soc/intel/fsp_baytrail/placeholders.c index 248aba2e74..587f0e9e62 100644 --- a/src/soc/intel/fsp_baytrail/placeholders.c +++ b/src/soc/intel/fsp_baytrail/placeholders.c @@ -20,9 +20,5 @@ void acpi_create_serialio_ssdt(acpi_header_t *ssdt) {} -#if IS_ENABLED(CONFIG_HAVE_SMI_HANDLER) -void smm_init(void) {} -#endif - /* Rmodules don't like weak symbols. */ u32 map_oprom_vendev(u32 vendev) { return vendev; } -- cgit v1.2.3