Enable Multiboot table support (for GRUB2) by default.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Robert Millan <rmh.grub@aybabtu.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4930 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0da38dde4b
commit
7f91d9236c
|
@ -319,7 +319,7 @@ config WRITE_HIGH_TABLES
|
||||||
|
|
||||||
config MULTIBOOT
|
config MULTIBOOT
|
||||||
bool "Generate Multiboot tables (for GRUB2)"
|
bool "Generate Multiboot tables (for GRUB2)"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config GENERATE_ACPI_TABLES
|
config GENERATE_ACPI_TABLES
|
||||||
depends on HAVE_ACPI_TABLES
|
depends on HAVE_ACPI_TABLES
|
||||||
|
|
Loading…
Reference in New Issue