diff options
author | Peter Stuge <peter@stuge.se> | 2009-04-14 20:51:41 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-04-14 20:51:41 +0000 |
commit | 57f6c08837380e60153bceab75e042d535746daa (patch) | |
tree | 434a3a8ebf79bd5730eefe769b7777bc07f142c6 /src | |
parent | 45ae92ff1ac863b798e20f5fdffbd53eda02d316 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/via/epia-cn/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/epia-cn/Options.lb b/src/mainboard/via/epia-cn/Options.lb index 3e965b284b..77ec483dd7 100644 --- a/src/mainboard/via/epia-cn/Options.lb +++ b/src/mainboard/via/epia-cn/Options.lb @@ -82,7 +82,7 @@ default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1 default HAVE_HARD_RESET = 0 default HAVE_PIRQ_TABLE = 1 default IRQ_SLOT_COUNT = 9 -default HAVE_ACPI_TABLES = 1 +default HAVE_ACPI_TABLES = 0 default HAVE_OPTION_TABLE = 1 default ROM_IMAGE_SIZE = 64 * 1024 default FALLBACK_SIZE = ROM_SIZE |