From patchwork Tue Sep 29 14:21:00 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: more Kconfig fixes Date: Tue, 29 Sep 2009 14:21:00 -0000 From: Myles Watson X-Patchwork-Id: 305 Message-Id: <029B42068EFE4A288FCE41F3C03E59AD@chimp> To: "'Patrick Georgi'" , This whole part can be removed since it includes the binary vga.rom which isn't in the tree. CBFS can help us remove no_vgarom.S, vgarom.S, and the reference to _vgarom_start in the device tree. > Signed-off-by: Patrick Georgi Acked-by: Myles Watson Thanks, Myles Index: src/mainboard/intel/xe7501devkit/Makefile.inc =================================================================== --- src/mainboard/intel/xe7501devkit/Makefile.inc (Revision 4683) +++ src/mainboard/intel/xe7501devkit/Makefile.inc (Arbeitskopie) @@ -1,7 +1,7 @@ ROMCCFLAGS := -mcpu=p4 obj-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.o ifeq ($(CONFIG_PCI_ROM_RUN),y) - ifeq ($(CONFIG_PCI_ROM_RUN),y) + ifeq ($(CONFIG_CONSOLE_VGA),y) I think this should be CONFIG_VGA_ROM_RUN. CONFIG_CONSOLE_VGA is for the Coreboot console messages.