Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179147
b: refs/heads/master
c: 5769940
h: refs/heads/master
i:
  179145: 960aa31
  179143: 670af9d
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 12, 2010
1 parent f04cce3 commit 04055d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42ecda1ae80b4b19c3c7ba36e3141c4c19e1fe70
refs/heads/master: 57699407faf009f2abc33e381bc82b4c81bb0585
8 changes: 0 additions & 8 deletions trunk/arch/mips/ar7/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 04055d2

Please sign in to comment.