Skip to content

Commit

Permalink
MIPS: AR7: Remove kgdb_enabled
Browse files Browse the repository at this point in the history
An unused leftover from the old KGDB implementation.

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/794/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 12, 2010
1 parent 42ecda1 commit 5769940
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions 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 5769940

Please sign in to comment.