From 967b1963c8a91028167e5d36e6593f87c91e8531 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Thu, 29 Nov 2018 14:19:11 +0100 Subject: cpu/intel/fsp_model_406dx: Drop dead microcode reference The referenced Kconfig symbols don't exist (anymore?). Change-Id: Ia724262a526fe960c17ae4b248acfa42fc342331 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/29931 Tested-by: build bot (Jenkins) Reviewed-by: David Guckian Reviewed-by: Angel Pons --- src/cpu/intel/fsp_model_406dx/Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/cpu/intel/fsp_model_406dx/Makefile.inc b/src/cpu/intel/fsp_model_406dx/Makefile.inc index d82ddd6d45..26f46337e0 100644 --- a/src/cpu/intel/fsp_model_406dx/Makefile.inc +++ b/src/cpu/intel/fsp_model_406dx/Makefile.inc @@ -19,8 +19,4 @@ subdirs-y += ../common ramstage-y += acpi.c -ifeq ($(CONFIG_HAVE_CPU_MICROCODE_FILE), y) -cpu_microcode_bins += $(call strip_quotes,$(CONFIG_CPU_MICROCODE_FILE)) -endif - CPPFLAGS_romstage += -I$(src)/cpu/intel/fsp_model_406dx -- cgit v1.2.3