Drop console/console.c and pc80/serial.c from mainboards'
romstage.c. 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@5528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
66e5bbe45f
commit
12584e2bd2
131 changed files with 133 additions and 202 deletions
|
|
@ -4,7 +4,7 @@ obj-y += i8259.o
|
|||
obj-$(CONFIG_UDELAY_IO) += udelay_io.o
|
||||
obj-y += keyboard.o
|
||||
|
||||
#initobj-y += serial.o
|
||||
initobj-$(CONFIG_USE_DCACHE_RAM) += serial.o
|
||||
subdirs-y += vga
|
||||
|
||||
$(obj)/pc80/mc146818rtc.o : $(OPTION_TABLE_H)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include <lib.h> /* Prototypes */
|
||||
#include <arch/io.h>
|
||||
|
||||
/* Base Address */
|
||||
#ifndef CONFIG_TTYS0_BASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue