summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/lluart.c
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@de.bosch.com>2012-02-06 13:19:19 +0100
committerShawn Guo <shawn.guo@linaro.org>2012-02-27 15:17:32 +0800
commitcdaf29cfd8d76bc6133b1a1d127d029a966df66c (patch)
tree282e79363e5ce23a9a66a757c8d8f2e85ff9793b /arch/arm/mach-imx/lluart.c
parent6b21d18ed50c7d145220b0724ea7f2613abf0f95 (diff)
downloadlinux-cdaf29cfd8d76bc6133b1a1d127d029a966df66c.tar.bz2
ARM: imx6: Rename DEBUG_IMX6Q_UART to UART4
Different boards may use differenct UART ports for debugging. To be able to add different debug UART configurations (e.g. UART2), rename the existing general DEBUG_IMX6Q_UART to DEBUG_IMX6Q_UART4. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/lluart.c')
-rw-r--r--arch/arm/mach-imx/lluart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/lluart.c b/arch/arm/mach-imx/lluart.c
index d4ab6f29a766..0213f8dcee81 100644
--- a/arch/arm/mach-imx/lluart.c
+++ b/arch/arm/mach-imx/lluart.c
@@ -17,7 +17,7 @@
#include <mach/hardware.h>
static struct map_desc imx_lluart_desc = {
-#ifdef CONFIG_DEBUG_IMX6Q_UART
+#ifdef CONFIG_DEBUG_IMX6Q_UART4
.virtual = MX6Q_IO_P2V(MX6Q_UART4_BASE_ADDR),
.pfn = __phys_to_pfn(MX6Q_UART4_BASE_ADDR),
.length = MX6Q_UART4_SIZE,