From bf9e5384d7c25be41d008d29c38b24155676acc0 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 9 May 2010 21:09:58 +0000 Subject: Remove pc80/serial.c includes in ROMCC boards and include it centrally in console/console.h instead. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/console/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/console/console.h') diff --git a/src/include/console/console.h b/src/include/console/console.h index 9b3b88678a..5b5004629b 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -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 /* __ROMCC__ */ static void __console_tx_byte(unsigned char byte) -- cgit v1.2.3