[coreboot] r970 - coreboot-v3/util/x86emu

svn at coreboot.org svn at coreboot.org
Fri Oct 31 19:39:46 CET 2008


Author: rminnich
Date: 2008-10-31 19:39:46 +0100 (Fri, 31 Oct 2008)
New Revision: 970

Modified:
   coreboot-v3/util/x86emu/Makefile
Log:
Yank out splashscreen support -- that is for seabios.

Signed-off-by: Ronald G. Minnich <rminnich at gmai.com>
Acked-by: Ronald G. Minnich <rminnich at gmai.com>



Modified: coreboot-v3/util/x86emu/Makefile
===================================================================
--- coreboot-v3/util/x86emu/Makefile	2008-10-31 18:34:02 UTC (rev 969)
+++ coreboot-v3/util/x86emu/Makefile	2008-10-31 18:39:46 UTC (rev 970)
@@ -20,7 +20,7 @@
 
 X86EMU_SRC  = debug.c decode.c fpu.c ops.c ops2.c prim_ops.c sys.c
 BIOSEMU_SRC = biosemu.c pcbios/pcibios.c
-VM86_SRC    = vm86.c vm86_gdt.c b.c corebootonly.c
+VM86_SRC    = vm86.c vm86_gdt.c 
 
 ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_X86EMU),y)
 LIBX86EMU_SRC=$(X86EMU_SRC) $(BIOSEMU_SRC)





More information about the coreboot mailing list