From patchwork Thu Oct 29 00:27:12 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: grub as coreboot payload Date: Thu, 29 Oct 2009 00:27:12 -0000 From: ron minnich X-Patchwork-Id: 509 Message-Id: <13426df10910281727p663eb63jf61754b1eedd6215@mail.gmail.com> To: Robert Millan Cc: "Andreas B. Mundt" , coreboot@coreboot.org Like this? ron Acked-by: Robert Millan Leave it on by default, it's cheap. Signed-off-by: Ronald G. Minnich Index: src/Kconfig =================================================================== --- src/Kconfig (revision 4887) +++ src/Kconfig (working copy) @@ -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