[coreboot] Patch set updated for coreboot: 63694cc vga_io.c is not needed unless CONFIG_VGA is set

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Mar 8 20:03:48 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/753

-gerrit

commit 63694ccc1d77e104301f11260e12aeaea643c8e7
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Nov 17 11:13:36 2011 -0800

    vga_io.c is not needed unless CONFIG_VGA is set
    
    hence disable it.
    
    Change-Id: I7b406251a2f3830748140a111f76f2792fe923ed
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/pc80/vga/Makefile.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pc80/vga/Makefile.inc b/src/pc80/vga/Makefile.inc
index 0ca7896..d4b726a 100644
--- a/src/pc80/vga/Makefile.inc
+++ b/src/pc80/vga/Makefile.inc
@@ -1,4 +1,4 @@
-ramstage-y += vga_io.c
+ramstage-$(CONFIG_VGA) += vga_io.c
 ramstage-$(CONFIG_VGA) += vga_palette.c
 ramstage-$(CONFIG_VGA) += vga_font_8x16.c
 ramstage-$(CONFIG_VGA) += vga.c




More information about the coreboot mailing list