diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-02-08 09:35:19 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-02-08 09:35:19 +0000 |
commit | e943fdb178264473f20df27a18967e72c1503530 (patch) | |
tree | df9cd6d70000ba2b7c579f6b4d61a821b93401e2 /src/mainboard/island/aruma/Options.lb | |
parent | df08a1d19697fe4bfc956c5664e8eb5ba6669bd6 (diff) |
* fix build without patches.
* create vital ACPI information from the linuxbios device tree.
* pass linuxbios information into dsdt.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1911 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/island/aruma/Options.lb')
-rw-r--r-- | src/mainboard/island/aruma/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/island/aruma/Options.lb b/src/mainboard/island/aruma/Options.lb index 9a338c8932..4762ca7ee8 100644 --- a/src/mainboard/island/aruma/Options.lb +++ b/src/mainboard/island/aruma/Options.lb @@ -115,7 +115,7 @@ default LB_CKS_LOC=123 ## default CONFIG_SMP=1 default CONFIG_MAX_CPUS=4 -default ALLOW_HT_OVERCLOCKING=1 +#default ALLOW_HT_OVERCLOCKING=1 ## ## Build code to setup a generic IOAPIC |