fix lots of warnings for cache as ram builds (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
87c938f139
commit
912857ec6c
@ -13,9 +13,11 @@ static void __console_tx_byte(unsigned char byte)
|
||||
|
||||
#include "console_printk.c"
|
||||
|
||||
#if CONFIG_USE_INIT == 0
|
||||
// do_printk
|
||||
#include "../../../console/vtxprintf.c"
|
||||
#include "printk_init.c"
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_USE_PRINTK_IN_CAR */
|
||||
|
||||
@ -23,7 +25,6 @@ static void __console_tx_byte(unsigned char byte)
|
||||
#define COREBOOT_EXTRA_VERSION ""
|
||||
#endif
|
||||
|
||||
|
||||
static void console_init(void)
|
||||
{
|
||||
static const char console_test[] =
|
||||
|
Reference in New Issue
Block a user