aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chen <jason.chen@linaro.org>2011-12-09 18:28:13 +0800
committerJason Chen <jason.chen@linaro.org>2011-12-09 18:28:13 +0800
commitdc66f270f07dd1be8b5d64cd0f0fa89a1f03285e (patch)
tree69f81932988a625873b0292894d8a07e46baff5e
parent0b956b9e2c25eb7c03fc102b25ccfd448ecdd551 (diff)
DEBUG LL: change early printk uart from uart4 to uart2
Signed-off-by: Jason Chen <jason.chen@linaro.org>
-rw-r--r--arch/arm/plat-mxc/include/mach/debug-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/debug-macro.S b/arch/arm/plat-mxc/include/mach/debug-macro.S
index 6e192c4a391..e0945a2b813 100644
--- a/arch/arm/plat-mxc/include/mach/debug-macro.S
+++ b/arch/arm/plat-mxc/include/mach/debug-macro.S
@@ -25,7 +25,7 @@
#elif defined (CONFIG_DEBUG_IMX50_IMX53_UART)
#define UART_PADDR MX53_UART1_BASE_ADDR
#elif defined (CONFIG_DEBUG_IMX6Q_UART)
-#define UART_PADDR MX6Q_UART4_BASE_ADDR
+#define UART_PADDR MX6Q_UART2_BASE_ADDR
#endif
#define UART_VADDR IMX_IO_ADDRESS(UART_PADDR)