summaryrefslogtreecommitdiffstats
path: root/src/include/lib.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coreboot.org>2010-12-17 00:08:21 +0000
committerStefan Reinauer <stepan@openbios.org>2010-12-17 00:08:21 +0000
commit85b0fa1ace685bfdb1f1febbbf5127710a314888 (patch)
tree11fac9795931c6cdca6a785301d9294e4ba9dcae /src/include/lib.h
parentefbfd501fee8decd0942808a47a3f9e93d30ae38 (diff)
downloadcoreboot-85b0fa1ace685bfdb1f1febbbf5127710a314888.tar.gz
coreboot-85b0fa1ace685bfdb1f1febbbf5127710a314888.tar.bz2
coreboot-85b0fa1ace685bfdb1f1febbbf5127710a314888.zip
drop one more version of doing serial uart output differently.
coreboot made it kind of complicated to print a character on serial. Not quite as complicated as UEFI, but too much for a good design. Fix it. Signed-off-by: Stefan Reinauer <stepan@coreboot.org> Acked-by: Stefan Reinauer <stepan@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6191 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/lib.h')
-rw-r--r--src/include/lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/lib.h b/src/include/lib.h
index 424f653eb2d8..1acb114dc6e7 100644
--- a/src/include/lib.h
+++ b/src/include/lib.h
@@ -39,9 +39,6 @@ void move_gdt(void);
void ram_check(unsigned long start, unsigned long stop);
void quick_ram_check(void);
-/* Defined in src/pc80/serial.c */
-void uart_init(void);
-
/* Defined in romstage.c */
#if defined(CONFIG_CPU_AMD_LX) && CONFIG_CPU_AMD_LX
void cache_as_ram_main(void);