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
This commit is contained in:
Patrick Georgi
2010-05-09 21:09:58 +00:00
parent 7b5df5a445
commit bf9e5384d7
56 changed files with 1 additions and 57 deletions

View File

@ -129,6 +129,7 @@ int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf,
#define print_spew_hex32(HEX) printk(BIOS_SPEW, "%08x", (HEX))
#else
#include <pc80/serial.c>
/* __ROMCC__ */
static void __console_tx_byte(unsigned char byte)