From 04055d2fa56fb1c9f6140e4b823e424fd166627e Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Fri, 18 Dec 2009 21:20:24 +0900 Subject: [PATCH] --- yaml --- r: 179147 b: refs/heads/master c: 57699407faf009f2abc33e381bc82b4c81bb0585 h: refs/heads/master i: 179145: 960aa317f39daa90e3b38007409fb562d684cfb1 179143: 670af9d0765866d4c2922a250ca88fb165efb936 v: v3 --- [refs] | 2 +- trunk/arch/mips/ar7/prom.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index c884d64b979e..405a67c55148 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 42ecda1ae80b4b19c3c7ba36e3141c4c19e1fe70 +refs/heads/master: 57699407faf009f2abc33e381bc82b4c81bb0585 diff --git a/trunk/arch/mips/ar7/prom.c b/trunk/arch/mips/ar7/prom.c index 5ad6f1db6567..453dd22ad416 100644 --- a/trunk/arch/mips/ar7/prom.c +++ b/trunk/arch/mips/ar7/prom.c @@ -219,14 +219,6 @@ static void __init console_config(void) if (strstr(prom_getcmdline(), "console=")) return; -#ifdef CONFIG_KGDB - if (!strstr(prom_getcmdline(), "nokgdb")) { - strcat(prom_getcmdline(), " console=kgdb"); - kgdb_enabled = 1; - return; - } -#endif - s = prom_getenv("modetty0"); if (s) { baud = simple_strtoul(s, &p, 10);