diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-04-15 21:25:21 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-04-15 21:25:21 +0000 |
commit | 472f3ffcf8eeda12d1a07c6bb8135ec16be30cf8 (patch) | |
tree | b68c09488219c1164626ab950541d15d93b3b775 /src/mainboard/asus | |
parent | 4e006407ec347a79b60949b03a2badccf923bb06 (diff) |
This patch cleans up mpspec.h and allows it to be included when
HAVE_MP_TABLE=0
It also removes the artifacts from the Asus m2v-mx_se that were
necessary before the change.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4120 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/Config.lb | 3 | ||||
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/Options.lb | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/Config.lb b/src/mainboard/asus/m2v-mx_se/Config.lb index e697760c46..8b8aa67e2f 100644 --- a/src/mainboard/asus/m2v-mx_se/Config.lb +++ b/src/mainboard/asus/m2v-mx_se/Config.lb @@ -51,9 +51,6 @@ if HAVE_ACPI_TABLES end object ./dsdt.o end -if HAVE_MP_TABLE object mptable.o end -if HAVE_PIRQ_TABLE object irq_tables.o end -# object reset.o if CONFIG_USE_INIT makerule ./cache_as_ram_auto.o diff --git a/src/mainboard/asus/m2v-mx_se/Options.lb b/src/mainboard/asus/m2v-mx_se/Options.lb index f9a88c9bef..195b34ee80 100644 --- a/src/mainboard/asus/m2v-mx_se/Options.lb +++ b/src/mainboard/asus/m2v-mx_se/Options.lb @@ -103,7 +103,7 @@ default HAVE_FALLBACK_BOOT = 1 default HAVE_HARD_RESET = 1 default HAVE_PIRQ_TABLE = 0 default IRQ_SLOT_COUNT = 11 # FIXME? -default HAVE_MP_TABLE = 1 +default HAVE_MP_TABLE = 0 default HAVE_OPTION_TABLE = 0 # FIXME # Move the default coreboot CMOS range off of AMD RTC registers. default LB_CKS_RANGE_START = 49 |