aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/board-pcm037.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-pcm037.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-pcm037.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/board-pcm037.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/board-pcm037.h b/arch/arm/plat-mxc/include/mach/board-pcm037.h
index 82232ba3c8f..f0a1fa1938a 100644
--- a/arch/arm/plat-mxc/include/mach/board-pcm037.h
+++ b/arch/arm/plat-mxc/include/mach/board-pcm037.h
@@ -19,7 +19,7 @@
#ifndef __ASM_ARCH_MXC_BOARD_PCM037_H__
#define __ASM_ARCH_MXC_BOARD_PCM037_H__
-/* 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)