cpu/intel/socket_LGA775: Drop commented-out entries
The code for these CPU models isn't present in coreboot. These lines have been commented-out since they where added, so drop them. Change-Id: I8fc53fea4225217bc5bb70d839c280ebb64fd3a6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44218 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
@@ -8,8 +8,6 @@ config SOCKET_SPECIFIC_OPTIONS
|
|||||||
select CPU_INTEL_MODEL_6FX
|
select CPU_INTEL_MODEL_6FX
|
||||||
select CPU_INTEL_MODEL_F3X
|
select CPU_INTEL_MODEL_F3X
|
||||||
select CPU_INTEL_MODEL_F4X
|
select CPU_INTEL_MODEL_F4X
|
||||||
# select CPU_INTEL_MODEL_F6X
|
|
||||||
# select CPU_INTEL_MODEL_1066X
|
|
||||||
select CPU_INTEL_MODEL_1067X
|
select CPU_INTEL_MODEL_1067X
|
||||||
select MMX
|
select MMX
|
||||||
select SSE
|
select SSE
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
subdirs-y += ../model_6fx
|
subdirs-y += ../model_6fx
|
||||||
subdirs-y += ../model_f3x
|
subdirs-y += ../model_f3x
|
||||||
subdirs-y += ../model_f4x
|
subdirs-y += ../model_f4x
|
||||||
#subdirs-y += ../model_f6x
|
|
||||||
#subdirs-y += ../model_1066x
|
|
||||||
subdirs-y += ../model_1067x
|
subdirs-y += ../model_1067x
|
||||||
subdirs-y += ../../x86/lapic
|
subdirs-y += ../../x86/lapic
|
||||||
subdirs-y += ../microcode
|
subdirs-y += ../microcode
|
||||||
|
Reference in New Issue
Block a user