From fd5d0a5f05d1321b01d0eb64aa69eccb6f678263 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 30 Sep 2003 11:52:49 +0000 Subject: [PATCH] get rid of static_devices.c don't use mptable on solo, it's not an SMP system. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1161 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/Config.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb index c223f176e9..1d84a50802 100644 --- a/src/mainboard/amd/solo/Config.lb +++ b/src/mainboard/amd/solo/Config.lb @@ -42,7 +42,7 @@ option IRQ_SLOT_COUNT=7 ## Build code to export an x86 MP table ## Useful for specifying IRQ routing values ## -option HAVE_MP_TABLE=1 +option HAVE_MP_TABLE=0 ## ## Build code to export a CMOS option table @@ -137,7 +137,7 @@ arch i386 end #object mainboard.o driver mainboard.o #object static_devices.o -if HAVE_MP_TABLE object mptable.o end +# if HAVE_MP_TABLE object mptable.o end if HAVE_PIRQ_TABLE object irq_tables.o end object reset.o