Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182076
b: refs/heads/master
c: 9fd4c4f
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Feb 27, 2010
1 parent 4ea9b38 commit d21f979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 9feb8367999265b8a300cb96e7a66f79b651c820
refs/heads/master: 9fd4c4f40fecbe3923331eac045af06f369a86f2
7 changes: 1 addition & 6 deletions trunk/arch/mips/ar7/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ char *prom_getenv(const char *name)
}
EXPORT_SYMBOL(prom_getenv);

char * __init prom_getcmdline(void)
{
return &(arcs_cmdline[0]);
}

static void __init ar7_init_cmdline(int argc, char *argv[])
{
int i;
Expand Down Expand Up @@ -206,7 +201,7 @@ static void __init console_config(void)
char parity = '\0', bits = '\0', flow = '\0';
char *s, *p;

if (strstr(prom_getcmdline(), "console="))
if (strstr(arcs_cmdline, "console="))
return;

s = prom_getenv("modetty0");
Expand Down

0 comments on commit d21f979

Please sign in to comment.