diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-28 14:18:16 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-28 14:18:16 +0000 |
commit | a19f64479946a2972331855389635db16fa2623e (patch) | |
tree | d9bf797c136818fcec968a1df214051268db56f0 /src/mainboard/tyan/s2895 | |
parent | bccaafc677c3b51c730baebf83073f8db166550d (diff) |
Enable HAVE_HIGH_TABLES by default for northbridges with
support for it.
The related mainboards don't need to activate it
themselves anymore.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4224 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2895')
-rw-r--r-- | src/mainboard/tyan/s2895/Options.lb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s2895/Options.lb b/src/mainboard/tyan/s2895/Options.lb index da6aa5bde2..19c7cdfd73 100644 --- a/src/mainboard/tyan/s2895/Options.lb +++ b/src/mainboard/tyan/s2895/Options.lb @@ -36,7 +36,6 @@ uses LB_CKS_RANGE_END uses LB_CKS_LOC uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME -uses HAVE_HIGH_TABLES uses HAVE_LOW_TABLES uses CONFIG_MULTIBOOT uses HAVE_SMI_HANDLER @@ -136,7 +135,6 @@ default HAVE_MP_TABLE=1 ## default HAVE_ACPI_TABLES=1 default HAVE_LOW_TABLES=1 -default HAVE_HIGH_TABLES=1 default CONFIG_MULTIBOOT=0 ## |