diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-13 17:00:46 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-13 17:00:46 +0000 |
commit | 65e9bc13f0588fa12ed3229bddd3ad87990c3470 (patch) | |
tree | 798b2c6f6f9d1ff1ca50f743f396b7f36a4ce39d /src/mainboard/emulation/qemu-x86/Config.lb | |
parent | be7f79867e4d989fc9cb7fb9e8b0b8ec55956875 (diff) |
This one is an example on how to drop vgabios.c from the mainboard or chipset
directories and use the global (v3) one in util/x86emu instead. It also fixes
the breakage introduced by 4000
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4001 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation/qemu-x86/Config.lb')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Config.lb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Config.lb b/src/mainboard/emulation/qemu-x86/Config.lb index 49cbb95ac5..160bfa6ac5 100644 --- a/src/mainboard/emulation/qemu-x86/Config.lb +++ b/src/mainboard/emulation/qemu-x86/Config.lb @@ -39,7 +39,6 @@ arch i386 end ## driver mainboard.o -object vgabios.o if HAVE_PIRQ_TABLE object irq_tables.o end #object reset.o |