Author: uwe Date: 2009-11-09 17:56:47 +0000 (Mon, 09 Nov 2009) New Revision: 4930
Modified: trunk/src/Kconfig Log: Enable Multiboot table support (for GRUB2) by default. Signed-off-by: Ronald G. Minnich <[email protected]> Acked-by: Robert Millan <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/src/Kconfig =================================================================== --- trunk/src/Kconfig 2009-11-09 17:18:02 UTC (rev 4929) +++ trunk/src/Kconfig 2009-11-09 17:56:47 UTC (rev 4930) @@ -319,7 +319,7 @@ config MULTIBOOT bool "Generate Multiboot tables (for GRUB2)" - default n + default y config GENERATE_ACPI_TABLES depends on HAVE_ACPI_TABLES -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

