summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-05-09 21:09:58 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-05-09 21:09:58 +0000
commitbf9e5384d7c25be41d008d29c38b24155676acc0 (patch)
tree604fd2d1be39119127426b0f575c8f31f13b9436 /src/mainboard/emulation
parent7b5df5a445614fe83cbdb52f30abd6b8037122b2 (diff)
downloadcoreboot-bf9e5384d7c25be41d008d29c38b24155676acc0.tar.gz
coreboot-bf9e5384d7c25be41d008d29c38b24155676acc0.tar.bz2
coreboot-bf9e5384d7c25be41d008d29c38b24155676acc0.zip
Remove pc80/serial.c includes in ROMCC boards and include
it centrally in console/console.h instead. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r--src/mainboard/emulation/qemu-x86/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-x86/romstage.c b/src/mainboard/emulation/qemu-x86/romstage.c
index 8dce43e8ed07..7460a7bde1bf 100644
--- a/src/mainboard/emulation/qemu-x86/romstage.c
+++ b/src/mainboard/emulation/qemu-x86/romstage.c
@@ -7,7 +7,6 @@
#include <arch/hlt.h>
#include "option_table.h"
#include "pc80/mc146818rtc_early.c"
-#include "pc80/serial.c"
#include <console/console.h>
#include "pc80/udelay_io.c"
#include "lib/delay.c"