From e3b5d36321216cbeef48f18768eafaea915ea691 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 28 Oct 2015 14:41:04 -0500 Subject: cpu/amd/model_fxx: Enable FIDVID code on Socket F K8 The existing Kconfig option for FIDVID was permanently set to "no" due to Kconfig stopping at the first matching value set when parsing the file. This patch moves the conditional set above the unconditional set, resolving the issue. Change-Id: Ic19f68f6b17943f9133ff32a9b6538f0bf942eca Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/12224 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/amd/model_fxx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu') diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig index 1172d2964d..ed5020ff89 100644 --- a/src/cpu/amd/model_fxx/Kconfig +++ b/src/cpu/amd/model_fxx/Kconfig @@ -30,8 +30,8 @@ config LIFT_BSP_APIC_ID config SET_FIDVID bool - default n default y if K8_REV_F_SUPPORT + default n config HW_SCRUBBER bool -- cgit v1.2.3