um: console: Ignore console= option
authorMasami Hiramatsu <[email protected]>
Wed, 17 May 2017 17:20:39 +0000 (02:20 +0900)
committerRichard Weinberger <[email protected]>
Wed, 5 Jul 2017 21:18:48 +0000 (23:18 +0200)
commit745a600cf1a6230f5e3910c340dcb312b718e114
tree65032403fb21cf4fdd03b0eaef02aaaf31e4e75c
parent0936d4f3d5a3d5daf453bc341f02ba4e68cfe40e
um: console: Ignore console= option

Ignore linux kernel's console= option at uml's console
option handler. Since uml's con= option is only for
setting up new console, and Linux kernel's console=
option specify to which console kernel output its
message, we can use both option for different purpose.

Signed-off-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
arch/um/drivers/stdio_console.c