Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=43e3c885d0e120a749ec7fe204aaec8f46c1d5b6
Commit:     43e3c885d0e120a749ec7fe204aaec8f46c1d5b6
Parent:     119537c092638bf8a0672415024639353c773bb1
Author:     Thiemo Seufer <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 19 00:05:06 2007 +0000
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Mar 19 20:22:43 2007 +0000

    [MIPS] mips-boards: More liberal check for mips-board console
    
    Allows overriding the MALTA/ATLAS/etc. default console setting with
    non-serial console devices.
    
    Signed-Off-By: Thiemo Seufer <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/mips-boards/generic/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/mips-boards/generic/init.c 
b/arch/mips/mips-boards/generic/init.c
index 1acdf09..88e9c2a 100644
--- a/arch/mips/mips-boards/generic/init.c
+++ b/arch/mips/mips-boards/generic/init.c
@@ -145,7 +145,7 @@ static void __init console_config(void)
        char parity = '\0', bits = '\0', flow = '\0';
        char *s;
 
-       if ((strstr(prom_getcmdline(), "console=ttyS")) == NULL) {
+       if ((strstr(prom_getcmdline(), "console=")) == NULL) {
                s = prom_getenv("modetty0");
                if (s) {
                        while (*s >= '0' && *s <= '9')
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to