diff options
Diffstat (limited to 'arch/mips/cobalt')
-rw-r--r-- | arch/mips/cobalt/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index d358a118fa31..38c0c67d6a2a 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c | |||
@@ -139,7 +139,7 @@ void __init plat_setup(void) | |||
139 | uart.type = PORT_UNKNOWN; | 139 | uart.type = PORT_UNKNOWN; |
140 | uart.uartclk = 18432000; | 140 | uart.uartclk = 18432000; |
141 | uart.irq = COBALT_SERIAL_IRQ; | 141 | uart.irq = COBALT_SERIAL_IRQ; |
142 | uart.flags = STD_COM_FLAGS; | 142 | uart.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST; |
143 | uart.iobase = 0xc800000; | 143 | uart.iobase = 0xc800000; |
144 | uart.iotype = UPIO_PORT; | 144 | uart.iotype = UPIO_PORT; |
145 | 145 | ||