diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:09:58 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:09:58 +0000 |
commit | bf9e5384d7c25be41d008d29c38b24155676acc0 (patch) | |
tree | 604fd2d1be39119127426b0f575c8f31f13b9436 /src/include/console/console.h | |
parent | 7b5df5a445614fe83cbdb52f30abd6b8037122b2 (diff) |
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/include/console/console.h')
-rw-r--r-- | src/include/console/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <pc80/serial.c> /* __ROMCC__ */ static void __console_tx_byte(unsigned char byte) |