diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-09-30 11:52:49 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-09-30 11:52:49 +0000 |
commit | fd5d0a5f05d1321b01d0eb64aa69eccb6f678263 (patch) | |
tree | 395b43e1c09bfdc7a6eabddf8d9f19167a9e2b51 /src | |
parent | a1d2c58c368df765e7fa6ebdee9f842d303222aa (diff) | |
download | coreboot-fd5d0a5f05d1321b01d0eb64aa69eccb6f678263.tar.xz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/solo/Config.lb | 4 |
1 files 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 |