[coreboot] [commit] r4930 - trunk/src

svn at coreboot.org svn at coreboot.org
Mon Nov 9 18:56:47 CET 2009


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 <rminnich at gmail.com>
Acked-by: Robert Millan <rmh.grub at aybabtu.com>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



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





More information about the coreboot mailing list