From 8c4f31b3b5f6c3b7ba0ece39cd7df6273ff70a7e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 3 Aug 2010 15:42:29 +0000 Subject: Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / board porter: printk should always be available in CAR mode. Also drop CONFIG_USE_INIT, it's only been selected on one ASROCK board but it's not been used there. Very odd. There is one usage of CONFIG_USE_INIT which was always off in src/cpu/intel/car/cache_as_ram.inc and we have to figure out what to do with those few lines. Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5682 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pc80') diff --git a/src/pc80/serial.c b/src/pc80/serial.c index f7e4578221..449f0bada0 100644 --- a/src/pc80/serial.c +++ b/src/pc80/serial.c @@ -28,7 +28,7 @@ #define UART_LCS CONFIG_TTYS0_LCS -#if CONFIG_USE_PRINTK_IN_CAR == 0 +#if CONFIG_USE_DCACHE_RAM == 0 /* Data */ #define UART_RBR 0x00 @@ -97,7 +97,7 @@ void uart_init(void) } #else -/* CONFIG_USE_PRINTK_IN_CAR == 1 */ +/* CONFIG_USE_DCACHE_RAM == 1 */ extern void uart8250_init(unsigned base_port, unsigned divisor, unsigned lcs); void uart_init(void) -- cgit v1.2.3