Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29931
Change subject: cpu/intel/fsp_model_406dx: Drop dead microcode reference ......................................................................
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 nico.huber@secunet.com --- M src/cpu/intel/fsp_model_406dx/Makefile.inc 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/29931/1
diff --git a/src/cpu/intel/fsp_model_406dx/Makefile.inc b/src/cpu/intel/fsp_model_406dx/Makefile.inc index d82ddd6..26f4633 100644 --- a/src/cpu/intel/fsp_model_406dx/Makefile.inc +++ b/src/cpu/intel/fsp_model_406dx/Makefile.inc @@ -19,8 +19,4 @@
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