[coreboot] [commit] r5160 - trunk/src

repository service svn at coreboot.org
Thu Feb 25 14:45:09 CET 2010


Author: stepan
Date: Thu Feb 25 14:45:08 2010
New Revision: 5160
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5160

Log:
Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" per
default.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>

Modified:
   trunk/src/Kconfig

Modified: trunk/src/Kconfig
==============================================================================
--- trunk/src/Kconfig	Thu Feb 25 14:40:49 2010	(r5159)
+++ trunk/src/Kconfig	Thu Feb 25 14:45:08 2010	(r5160)
@@ -247,7 +247,7 @@
 
 config HAVE_HIGH_TABLES
 	bool
-	default n
+	default y
 	help
 	  This variable specifies whether a given northbridge has high table
 	  support.




More information about the coreboot mailing list