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 <[email protected]> Acked-by: Ronald G. Minnich <[email protected]> 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. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

