Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57699407 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

MIPS: AR7: Remove kgdb_enabled



An unused leftover from the old KGDB implementation.

Signed-off-by: default avatarYoichi Yuasa <yuasa@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/794/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 42ecda1a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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);