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:
Stefan Reinauer
2008-08-03 10:35:06 +00:00
committed by Stefan Reinauer
parent 87c938f139
commit 912857ec6c
3 changed files with 62 additions and 47 deletions

View File

@ -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[] =