projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dccf3
)
[PATCH] fix serial/amba-pl011.c console Kconfig
author
Peter Korsgaard
<
[email protected]
>
Fri, 29 Sep 2006 09:00:23 +0000
(
02:00
-0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 29 Sep 2006 16:18:14 +0000
(09:18 -0700)
Fix the Kconfig entry for console on AMBA PL011 to match the code.
Signed-off-by: Peter Korsgaard <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/serial/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/serial/Kconfig
b/drivers/serial/Kconfig
index 261eaa4429532cd9303a7dcf5cbfe0bda9985a65..d926272a40db59ed23a956078e90b58a640f0e84 100644
(file)
--- a/
drivers/serial/Kconfig
+++ b/
drivers/serial/Kconfig
@@
-295,7
+295,7
@@
config SERIAL_AMBA_PL011_CONSOLE
Even if you say Y here, the currently visible framebuffer console
(/dev/tty0) will still be used as the system console by default, but
you can alter that using a kernel command line option such as
- "console=ttyAM0". (Try "man bootparam" or see the documentation of
+ "console=ttyAM
A
0". (Try "man bootparam" or see the documentation of
your boot loader (lilo or loadlin) about how to pass options to the
kernel at boot time.)