diff options
Diffstat (limited to 'src/pc80/serial.c')
-rw-r--r-- | src/pc80/serial.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |