diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-10-25 11:05:22 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-12-10 17:18:13 +0100 |
commit | 3b3a28436f8ef65e2aee80f7367452c2bc136a19 (patch) | |
tree | cfe3860df8e0b73a220d983bd95c85666f16618b /src/cpu/intel | |
parent | 2a7708a9f8e543cd03d55716f21ea3318920ac03 (diff) |
cpu/intel/lga775: Do not select model_6ex CPU
Model 6ex are Core Solo and Core Duo CPUs (yonah) that never existed
with a LGA775 socket.
This reduces the size of the microcode from 180k to 168k.
Change-Id: Ic5b3d0e7c8009dab2dca477010c328274a818fed
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17120
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/cpu/intel')
-rw-r--r-- | src/cpu/intel/socket_LGA775/Kconfig | 1 | ||||
-rw-r--r-- | src/cpu/intel/socket_LGA775/Makefile.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/intel/socket_LGA775/Kconfig b/src/cpu/intel/socket_LGA775/Kconfig index e5c687a5e6..8b227bd7e4 100644 --- a/src/cpu/intel/socket_LGA775/Kconfig +++ b/src/cpu/intel/socket_LGA775/Kconfig @@ -5,7 +5,6 @@ if CPU_INTEL_SOCKET_LGA775 config SOCKET_SPECIFIC_OPTIONS # dummy def_bool y - select CPU_INTEL_MODEL_6EX select CPU_INTEL_MODEL_6FX select CPU_INTEL_MODEL_F3X select CPU_INTEL_MODEL_F4X diff --git a/src/cpu/intel/socket_LGA775/Makefile.inc b/src/cpu/intel/socket_LGA775/Makefile.inc index 371a801425..ffcd1cb33e 100644 --- a/src/cpu/intel/socket_LGA775/Makefile.inc +++ b/src/cpu/intel/socket_LGA775/Makefile.inc @@ -1,4 +1,3 @@ -subdirs-y += ../model_6ex subdirs-y += ../model_6fx subdirs-y += ../model_f3x subdirs-y += ../model_f4x |