summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/tqma53/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/tqma53/board.c')
-rw-r--r--arch/arm/boards/tqma53/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/tqma53/board.c b/arch/arm/boards/tqma53/board.c
index 03cb8eadf0..7c660f8951 100644
--- a/arch/arm/boards/tqma53/board.c
+++ b/arch/arm/boards/tqma53/board.c
@@ -254,7 +254,7 @@ static int tqma53_console_init(void)
{
mxc_iomux_v3_setup_multiple_pads(tqma53_pads, ARRAY_SIZE(tqma53_pads));
imx53_init_lowlevel(800);
- imx53_add_uart0();
+ imx53_add_uart1();
return 0;
}