public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: fix typo "DEBUG_IMX50_IMX53_UART"
@ 2013-03-11 13:16 Paul Bolle
  2013-03-11 13:34 ` Sergei Shtylyov
  2013-03-11 13:37 ` Shawn Guo
  0 siblings, 2 replies; 9+ messages in thread
From: Paul Bolle @ 2013-03-11 13:16 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) Tested by grepping the tree.

1) Typo was added in commit f8c95fe6d9adad72fc7bce90f4ab68d119f50c5b
("ARM: imx: support DEBUG_LL uart port selection for all i.MX SoCs").
Looking at that patch and at the tree makes clear that DEBUG_IMX53_UART
was intended here.

 arch/arm/Kconfig.debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index acdddda..ecfcdba 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -492,7 +492,7 @@ config DEBUG_IMX_UART_PORT
 						DEBUG_IMX31_UART || \
 						DEBUG_IMX35_UART || \
 						DEBUG_IMX51_UART || \
-						DEBUG_IMX50_IMX53_UART || \
+						DEBUG_IMX53_UART || \
 						DEBUG_IMX6Q_UART
 	default 1
 	help
-- 
1.7.11.7

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-03-11 14:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 13:16 [PATCH] ARM: imx: fix typo "DEBUG_IMX50_IMX53_UART" Paul Bolle
2013-03-11 13:34 ` Sergei Shtylyov
2013-03-11 13:39   ` Paul Bolle
2013-03-11 13:37 ` Shawn Guo
2013-03-11 13:41   ` Fabio Estevam
2013-03-11 13:47     ` Paul Bolle
2013-03-11 13:50       ` Fabio Estevam
2013-03-11 14:57         ` Paul Bolle
2013-03-11 13:43   ` Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox