summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_f2x
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-17 02:09:12 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-17 02:09:12 +0000
commitd4ab7c5efbe3e8bc398dd541465bbfc5efe37035 (patch)
tree813cf5f9e46b052e59e973e1e6bb72b901bb06b8 /src/cpu/intel/model_f2x
parent348a1ba589c784f8b15d7179b2d9488c2c31ccb6 (diff)
downloadcoreboot-d4ab7c5efbe3e8bc398dd541465bbfc5efe37035.tar.xz
fix dell s1850, ROMCC didn't seem to like SSE2 memtest here.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5237 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_f2x')
-rw-r--r--src/cpu/intel/model_f2x/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/model_f2x/Kconfig b/src/cpu/intel/model_f2x/Kconfig
index 1672fda7e9..50cac7937c 100644
--- a/src/cpu/intel/model_f2x/Kconfig
+++ b/src/cpu/intel/model_f2x/Kconfig
@@ -1,4 +1,3 @@
config CPU_INTEL_MODEL_F2X
bool
select SMP
- select SSE2