Yank out splashscreen support -- that is for seabios.
Signed-off-by: Ronald G. Minnich <rminnich@gmai.com> Acked-by: Ronald G. Minnich <rminnich@gmai.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@970 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
214db13159
commit
2e15399b56
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue