Part III of YhLu's patch from January 18th

Signed-off-by: Yinghai Lu <yinghai.lu at amd.com>
Signed-off-by: Ed Swierk <eswierk at arastra.com>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ward Vandewege <ward at gnu.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2590 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu
2007-04-06 19:57:42 +00:00
committed by Stefan Reinauer
parent a3cf00e4ba
commit 30b4abeedc
3 changed files with 35 additions and 36 deletions

View File

@ -9,11 +9,15 @@ static void __console_tx_byte(unsigned char byte)
#include "console_print.c"
#else
/* CONFIG_USE_INIT == 1 */
/* CONFIG_USE_PRINTK_IN_CAR == 1 */
#include "console_printk.c"
#endif /* CONFIG_USE_INIT */
// do_printk
#include "../../../console/vtxprintf.c"
#include "printk_init.c"
#endif /* CONFIG_USE_PRINTK_IN_CAR */
#ifndef LINUXBIOS_EXTRA_VERSION
#define LINUXBIOS_EXTRA_VERSION ""