summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2006-04-03 21:24:05 +0000
committerYinghai Lu <yinghailu@gmail.com>2006-04-03 21:24:05 +0000
commitb66f54ac6e381f86bdc7416ba2ab02826faf3b18 (patch)
treec51ee444495185b805af45bdd0ca6ca4be381619 /src/mainboard/amd
parent9a791dffeae2097aa0a18f645ce07acfed41b9bc (diff)
downloadcoreboot-staging-b66f54ac6e381f86bdc7416ba2ab02826faf3b18.zip
coreboot-staging-b66f54ac6e381f86bdc7416ba2ab02826faf3b18.tar.gz
comment out reset in MB Config
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2233 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/quartet/Config.lb2
-rw-r--r--src/mainboard/amd/serenade/Config.lb2
-rw-r--r--src/mainboard/amd/solo/Config.lb2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/quartet/Config.lb b/src/mainboard/amd/quartet/Config.lb
index 5adaf35..eaae117 100644
--- a/src/mainboard/amd/quartet/Config.lb
+++ b/src/mainboard/amd/quartet/Config.lb
@@ -41,7 +41,7 @@ arch i386 end
driver mainboard.o
if HAVE_MP_TABLE object mptable.o end
if HAVE_PIRQ_TABLE object irq_tables.o end
-object reset.o
+#object reset.o
##
## Romcc output
diff --git a/src/mainboard/amd/serenade/Config.lb b/src/mainboard/amd/serenade/Config.lb
index deac98b..57fb981 100644
--- a/src/mainboard/amd/serenade/Config.lb
+++ b/src/mainboard/amd/serenade/Config.lb
@@ -41,7 +41,7 @@ arch i386 end
driver mainboard.o
if HAVE_MP_TABLE object mptable.o end
if HAVE_PIRQ_TABLE object irq_tables.o end
-object reset.o
+#object reset.o
##
## Romcc output
diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb
index 6feb8b1..cbe809d 100644
--- a/src/mainboard/amd/solo/Config.lb
+++ b/src/mainboard/amd/solo/Config.lb
@@ -42,7 +42,7 @@ driver mainboard.o
if HAVE_MP_TABLE object mptable.o end
if HAVE_PIRQ_TABLE object irq_tables.o end
if HAVE_ACPI_TABLES object acpi_tables.o end
-object reset.o
+#object reset.o
##
## Romcc output
OpenPOWER on IntegriCloud