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:
@ -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)
|
||||
|
Reference in New Issue
Block a user