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

@@ -91,8 +91,13 @@ static void uart_init(void)
#endif
outb(UART_LCS, TTYS0_BASE + UART_LCR);
}
#else
/* CONFIG_USE_PRINTK_IN_CAR == 1 */
#if CONFIG_USE_INIT == 0
#include "../lib/uart8250.c"
#endif
extern void uart8250_init(unsigned base_port, unsigned divisor, unsigned lcs);
static void uart_init(void)
{