From 60d44dd0a436eee2c7f3e9cf5a572163cfbd9a80 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 27 Jan 2015 11:57:43 +0100 Subject: intel/nehalem: rename copypasted smi finalizer function The nehalem smi finalize handler was just copied from sandybridge, without even changing the function name. TEST=Built and tested on x201t with additional patch to use finalizers Change-Id: Ifb44eeaaa6e03556deeb5d12ed1147e02d6d6eb9 Signed-off-by: Alexander Couzens Reviewed-on: http://review.coreboot.org/8292 Reviewed-by: Nicolas Reinecke Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- src/mainboard/lenovo/x201/smihandler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/x201/smihandler.c b/src/mainboard/lenovo/x201/smihandler.c index 7af613bb39..d8e78072fd 100644 --- a/src/mainboard/lenovo/x201/smihandler.c +++ b/src/mainboard/lenovo/x201/smihandler.c @@ -25,7 +25,7 @@ #include "southbridge/intel/ibexpeak/nvs.h" #include "southbridge/intel/ibexpeak/pch.h" #include "southbridge/intel/ibexpeak/me.h" -#include +#include #include #include #include @@ -164,7 +164,7 @@ int mainboard_smi_apmc(u8 data) intel_me_finalize_smm(); intel_pch_finalize_smm(); - intel_sandybridge_finalize_smm(); + intel_nehalem_finalize_smm(); intel_model_2065x_finalize_smm(); mainboard_finalized = 1; -- cgit v1.2.3