summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/board-mx31moboard.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-mx31moboard.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-mx31moboard.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/board-mx31moboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/board-mx31moboard.h b/arch/arm/plat-mxc/include/mach/board-mx31moboard.h
index f8aef1babb75..303fd2434a21 100644
--- a/arch/arm/plat-mxc/include/mach/board-mx31moboard.h
+++ b/arch/arm/plat-mxc/include/mach/board-mx31moboard.h
@@ -19,7 +19,7 @@
#ifndef __ASM_ARCH_MXC_BOARD_MX31MOBOARD_H__
#define __ASM_ARCH_MXC_BOARD_MX31MOBOARD_H__
-/* mandatory for CONFIG_LL_DEBUG */
+/* mandatory for CONFIG_DEBUG_LL */
#define MXC_LL_UART_PADDR UART1_BASE_ADDR
#define MXC_LL_UART_VADDR (AIPI_BASE_ADDR_VIRT + 0x0A000)