projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3958166
)
ARM: imx: fix typo "DEBUG_IMX50_IMX53_UART"
author
Paul Bolle
<pebolle@tiscali.nl>
Mon, 11 Mar 2013 13:16:00 +0000
(14:16 +0100)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 11 Mar 2013 13:28:18 +0000
(21:28 +0800)
Commit
f8c95fe
(ARM: imx: support DEBUG_LL uart port selection for all
i.MX SoCs) had a typo that DEBUG_IMX50_IMX53_UART should be
DEBUG_IMX53_UART.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig.debug
b/arch/arm/Kconfig.debug
index acddddac7ee46fb961e8ba1fe86d038276d0a632..ecfcdba2d17c5976c34d238b19fb39181b36883d 100644
(file)
--- 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_IMX5
0_IMX5
3_UART || \
+ DEBUG_IMX53_UART || \
DEBUG_IMX6Q_UART
default 1
help