mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
MIPS: AR7: replace prom_getcmdline() to arcs_cmdline[]
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips <linux-mips@linux-mips.org> Patchwork: http://patchwork.linux-mips.org/patch/872/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
9feb836799
commit
9fd4c4f40f
@ -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;
|
||||
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user