From a19f64479946a2972331855389635db16fa2623e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 28 Apr 2009 14:18:16 +0000 Subject: 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 Acked-by: Stefan Reinauer Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4224 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/via/cx700/Config.lb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/cx700/Config.lb b/src/northbridge/via/cx700/Config.lb index f4e558033e..44299ba729 100644 --- a/src/northbridge/via/cx700/Config.lb +++ b/src/northbridge/via/cx700/Config.lb @@ -15,6 +15,8 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +uses HAVE_HIGH_TABLES + config chip.h object cx700_reset.o @@ -26,3 +28,4 @@ driver cx700_lpc.o driver cx700_sata.o driver cx700_vga.o +default HAVE_HIGH_TABLES=1 -- cgit v1.2.3