cpu/intel/socket_LGA775: Drop 'select SSE'
SSE is already selected by SSE2 through model_1067x/Kconfig Change-Id: I7b16af0277dc01c5905c5990244d3738a33723b3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61317 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
ec31cf13e2
commit
be35479f91
|
@ -10,7 +10,6 @@ config SOCKET_SPECIFIC_OPTIONS
|
|||
select CPU_INTEL_MODEL_F4X
|
||||
select CPU_INTEL_MODEL_1067X
|
||||
select MMX
|
||||
select SSE
|
||||
select SIPI_VECTOR_IN_ROM
|
||||
|
||||
config DCACHE_RAM_SIZE
|
||||
|
|
Loading…
Reference in New Issue