EPIA-CN does not have any ACPI tables. Fixes manual and auto build here.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4115 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge 2009-04-14 20:51:41 +00:00
parent 45ae92ff1a
commit 57f6c08837
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
default HAVE_HARD_RESET = 0 default HAVE_HARD_RESET = 0
default HAVE_PIRQ_TABLE = 1 default HAVE_PIRQ_TABLE = 1
default IRQ_SLOT_COUNT = 9 default IRQ_SLOT_COUNT = 9
default HAVE_ACPI_TABLES = 1 default HAVE_ACPI_TABLES = 0
default HAVE_OPTION_TABLE = 1 default HAVE_OPTION_TABLE = 1
default ROM_IMAGE_SIZE = 64 * 1024 default ROM_IMAGE_SIZE = 64 * 1024
default FALLBACK_SIZE = ROM_SIZE default FALLBACK_SIZE = ROM_SIZE