diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-01-19 14:12:02 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-01-19 14:12:02 +0000 |
commit | dd1a959cb2e8eab9a350d2f35eb4a78258732115 (patch) | |
tree | d47ff41ff4a626e7d0a38bc91ef28c34c4b6166d /src/mainboard/amd/solo/Config.lb | |
parent | 777224c7cffe90e4c439cb4b0b111b1a60f82f69 (diff) |
more universal acpi code
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1887 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/solo/Config.lb')
-rw-r--r-- | src/mainboard/amd/solo/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb index b0ddba75de..7ce6031cbe 100644 --- a/src/mainboard/amd/solo/Config.lb +++ b/src/mainboard/amd/solo/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 +if HAVE_ACPI_TABLES object acpi_tables.o end ## ## Romcc output |