From f589909b91e30cb826b18cf7a46299649edc53d6 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 4 Dec 2013 16:57:52 -0600 Subject: cpu: Remove BOARD_MICROCODE_CBFS_GENERATE Kconfig option Commit * bdafcfa Add the Intel FSP 206ax CPU core support Introduced this option. This option was meant to have a board generate a CBFS file containing microcode. However, microcode generation used to be enabled by default when CPU_MICROCODE_IN_CBFS was selected. The introduction of BOARD_MICROCODE_CBFS_GENERATE killed that automatic default, which is not what we want. This option is misguided in the sense that it tends to introduce a non-default which had been intentionally a default. We now have to select two Kconfig options in order to generate microcode in CBFS, meaning one option is redundant. Change-Id: I3034833df1a9afa7d6d9d537484cb4ac89d30183 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/4478 Tested-by: build bot (Jenkins) --- src/cpu/intel/fsp_model_206ax/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/fsp_model_206ax/Kconfig') diff --git a/src/cpu/intel/fsp_model_206ax/Kconfig b/src/cpu/intel/fsp_model_206ax/Kconfig index 406f8a5c95..dbff6e01e0 100644 --- a/src/cpu/intel/fsp_model_206ax/Kconfig +++ b/src/cpu/intel/fsp_model_206ax/Kconfig @@ -33,7 +33,6 @@ config CPU_SPECIFIC_OPTIONS select UDELAY_LAPIC select SMM_TSEG select CPU_MICROCODE_IN_CBFS if HAVE_FSP_BIN - select BOARD_MICROCODE_CBFS_GENERATE select TSC_SYNC_MFENCE config BOOTBLOCK_CPU_INIT -- cgit v1.2.3