console code cleanup.

- drop srm console code (not supported anyways)
 - make internal uart8250 console functions static
 - split vsprintf.c into vsprintf.c and vtxprintf.c


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1585 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2004-05-28 15:07:03 +00:00
parent 319d6730e9
commit 34e3a146a9
5 changed files with 314 additions and 305 deletions

View File

@ -4,7 +4,6 @@
* Copyright (C) 1991, 1992 Linus Torvalds
*
*/
//typedef void * va_list;
#include <stdarg.h>
#include <smp/spinlock.h>