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 <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12224 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
6b171b3163
commit
e3b5d36321
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue