summaryrefslogtreecommitdiffstats
path: root/src/mainboard/a-trend
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-10-16 17:43:46 +0000
committerPeter Stuge <peter@stuge.se>2009-10-16 17:43:46 +0000
commit777e069c5a709b6504736a3cbed8f5363f1e9049 (patch)
treeeb7aae80d437cfe10dc7805dd10cc013f644065e /src/mainboard/a-trend
parentd65509de14d95ccc7c9928c789d903098083fb23 (diff)
downloadcoreboot-777e069c5a709b6504736a3cbed8f5363f1e9049.tar.gz
coreboot-777e069c5a709b6504736a3cbed8f5363f1e9049.tar.bz2
coreboot-777e069c5a709b6504736a3cbed8f5363f1e9049.zip
Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"
abuild tested Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4791 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/a-trend')
-rw-r--r--src/mainboard/a-trend/atc-6220/Config.lb1
-rw-r--r--src/mainboard/a-trend/atc-6240/Config.lb1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/a-trend/atc-6220/Config.lb b/src/mainboard/a-trend/atc-6220/Config.lb
index b50b51637df1..b9e640423522 100644
--- a/src/mainboard/a-trend/atc-6220/Config.lb
+++ b/src/mainboard/a-trend/atc-6220/Config.lb
@@ -65,7 +65,6 @@ if CONFIG_USE_FALLBACK_IMAGE
mainboardinit ./failover.inc
end
mainboardinit cpu/x86/fpu/enable_fpu.inc
-mainboardinit cpu/x86/mmx/enable_mmx.inc
mainboardinit ./auto.inc
mainboardinit cpu/x86/mmx/disable_mmx.inc
diff --git a/src/mainboard/a-trend/atc-6240/Config.lb b/src/mainboard/a-trend/atc-6240/Config.lb
index 420b0e1b4b3c..90dc6db3da5a 100644
--- a/src/mainboard/a-trend/atc-6240/Config.lb
+++ b/src/mainboard/a-trend/atc-6240/Config.lb
@@ -65,7 +65,6 @@ if CONFIG_USE_FALLBACK_IMAGE
mainboardinit ./failover.inc
end
mainboardinit cpu/x86/fpu/enable_fpu.inc
-mainboardinit cpu/x86/mmx/enable_mmx.inc
mainboardinit ./auto.inc
mainboardinit cpu/x86/mmx/disable_mmx.inc