diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2009-04-13 20:07:26 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2009-04-13 20:07:26 +0000 |
commit | 743b635ca3c89b78876095c7f61869104f9ab1b0 (patch) | |
tree | e77997122604cfadc1ed6c773047b7786fff89ea /src/mainboard/thomson/ip1000 | |
parent | 0fb21c4af989ca8fd813163a8cb7b3218166d1a9 (diff) |
I need to do uses HAVE_ACPI_RESUME for each board. Here we go.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Rudolf Marek <r.marek@assembler.cz>
It should fix the build break introduced in r4101
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/thomson/ip1000')
-rw-r--r-- | src/mainboard/thomson/ip1000/Options.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/thomson/ip1000/Options.lb b/src/mainboard/thomson/ip1000/Options.lb index 04422a7582..2b57730e10 100644 --- a/src/mainboard/thomson/ip1000/Options.lb +++ b/src/mainboard/thomson/ip1000/Options.lb @@ -34,6 +34,7 @@ uses CROSS_COMPILE uses DEFAULT_CONSOLE_LOGLEVEL uses FALLBACK_SIZE uses HAVE_ACPI_TABLES +uses HAVE_ACPI_RESUME uses HAVE_FALLBACK_BOOT uses HAVE_MP_TABLE uses HAVE_OPTION_TABLE |