aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/dmp/vortex86ex/southbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/dmp/vortex86ex/southbridge.c')
-rw-r--r--src/southbridge/dmp/vortex86ex/southbridge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/dmp/vortex86ex/southbridge.c b/src/southbridge/dmp/vortex86ex/southbridge.c
index bcdd8b22b5..2a68e4e4ea 100644
--- a/src/southbridge/dmp/vortex86ex/southbridge.c
+++ b/src/southbridge/dmp/vortex86ex/southbridge.c
@@ -386,8 +386,7 @@ static u32 make_uart_config(u16 base, u8 irq)
#define SETUP_UART(n) \
uart_cfg = make_uart_config(CONFIG_UART##n##_IO, CONFIG_UART##n##_IRQ);\
- outl(uart_cfg, base + (n - 1) * 4);\
- uart8250_init(CONFIG_UART##n##_IO, 115200 / CONFIG_UART##n##_BAUD);
+ outl(uart_cfg, base + (n - 1) * 4);
static void ex_sb_uart_init(struct device *dev)
{