aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/board-mx31ads.h
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2009-04-14 22:00:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-05-07 16:18:25 +0200
commitc1332616315584d45776a5e664382888513c0fa0 (patch)
treeb718967ab817b17ae6407b788ed496845988a8dd /arch/arm/plat-mxc/include/mach/board-mx31ads.h
parent3b7b8db1226fd2abf70f252b78f32198ef93c216 (diff)
i.MX31: Correct comments on CONFIG_DEBUG_LL.
Several comments in board config files stated "mandatory for CONFIG_LL_DEBUG" but the correct name is CONFIG_DEBUG_LL. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/board-mx31ads.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/board-mx31ads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/board-mx31ads.h b/arch/arm/plat-mxc/include/mach/board-mx31ads.h
index 318c72ada13..06e6895f7f6 100644
--- a/arch/arm/plat-mxc/include/mach/board-mx31ads.h
+++ b/arch/arm/plat-mxc/include/mach/board-mx31ads.h
@@ -114,7 +114,7 @@
#define MXC_MAX_EXP_IO_LINES 16
-/* mandatory for CONFIG_LL_DEBUG */
+/* mandatory for CONFIG_DEBUG_LL */
#define MXC_LL_UART_PADDR UART1_BASE_ADDR
#define MXC_LL_UART_VADDR AIPS1_IO_ADDRESS(UART1_BASE_ADDR)